Skip to content

Commit

Permalink
Aperture: Bump gradle-generatebp to 1.17
Browse files Browse the repository at this point in the history
Change-Id: Iac34716a85513afa70bbefb31444778f07c83c4b
  • Loading branch information
luca020400 committed Jan 1, 2025
1 parent 84f17b0 commit f58b1a4
Show file tree
Hide file tree
Showing 43 changed files with 88 additions and 110 deletions.
3 changes: 2 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply {

buildscript {
repositories {
maven("https://raw.githubusercontent.com/lineage-next/gradle-generatebp/v1.16/.m2")
maven("https://raw.githubusercontent.com/lineage-next/gradle-generatebp/v1.17/.m2")
}

dependencies {
Expand Down Expand Up @@ -121,6 +121,7 @@ dependencies {

configure<GenerateBpPluginExtension> {
targetSdk.set(android.defaultConfig.targetSdk!!)
minSdk.set(android.defaultConfig.minSdk!!)
availableInAOSP.set { module: Module ->
when {
module.group.startsWith("androidx") -> {
Expand Down
Loading

0 comments on commit f58b1a4

Please sign in to comment.