Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit bc7d6099 authored by Luca Stefani's avatar Luca Stefani
Browse files

Recorder: Bump gradle-generatebp to 1.17

Change-Id: Ia199621cc89087a23f9489be2d691d6c0c44a952
parent 23e5b291
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -19,14 +19,15 @@ android_app {
        // DO NOT EDIT THIS SECTION MANUALLY
        "androidx.activity_activity-ktx",
        "androidx.appcompat_appcompat",
        "androidx.core_core-ktx",
        "com.google.android.material_material",
        "androidx-constraintlayout_constraintlayout",
        "androidx.core_core-ktx",
        "androidx.lifecycle_lifecycle-livedata-ktx",
        "androidx.lifecycle_lifecycle-service",
        "androidx.lifecycle_lifecycle-viewmodel-ktx",
        "androidx.recyclerview_recyclerview",
        "androidx.recyclerview_recyclerview-selection",
        "com.google.android.material_material",
        "kotlin-stdlib-jdk8",
    ],

    sdk_version: "35",
+2 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ apply {

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

    dependencies {
@@ -89,6 +89,7 @@ dependencies {

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