Skip to content

Commit 8aeaaa4

Browse files
committed
Glimpse: Update generatebp to v1.32
Change-Id: Idea748797b1b8db6364353cfdd1069ca5a8fc0fe
1 parent af0245f commit 8aeaaa4

4 files changed

Lines changed: 13 additions & 2 deletions

File tree

app/Android.bp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ android_app {
1717
sdk_version: "36",
1818
product_specific: true,
1919

20+
aaptflags: [
21+
// DO NOT EDIT THIS SECTION MANUALLY
22+
"--version-name",
23+
"1.0",
24+
"--version-code",
25+
"1",
26+
],
27+
2028
use_embedded_native_libs: true,
2129

2230
overrides: [

app/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ dependencies {
8282
generateBp {
8383
targetSdk = android.defaultConfig.targetSdk!!
8484
minSdk = android.defaultConfig.minSdk!!
85+
versionCode = android.defaultConfig.versionCode!!
86+
versionName = android.defaultConfig.versionName!!
8587
availableInAOSP = { module ->
8688
when {
8789
module.group.startsWith("androidx") -> {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
SPDX-FileCopyrightText: Priyanka Gupta
22

3+
SPDX-License-Identifier: BSD-3-Clause

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* SPDX-FileCopyrightText: 2023-2025 The LineageOS Project
2+
* SPDX-FileCopyrightText: 2023-2026 The LineageOS Project
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55

@@ -14,7 +14,7 @@ pluginManagement {
1414
}
1515
mavenCentral()
1616
gradlePluginPortal()
17-
maven("https://raw.githubusercontent.com/lineage-next/gradle-generatebp/v1.28/.m2")
17+
maven("https://raw.githubusercontent.com/lineage-next/gradle-generatebp/v1.32/.m2")
1818
}
1919
}
2020

0 commit comments

Comments
 (0)