Loading app/build.gradle.kts +8 −7 Original line number Diff line number Diff line Loading @@ -30,12 +30,12 @@ val keystoreProperties = Properties().apply { } android { compileSdk = 33 compileSdk = 34 defaultConfig { applicationId = "org.lineageos.updater" minSdk = 30 targetSdk = 33 targetSdk = 34 versionCode = 1 versionName = "1.0" } Loading Loading @@ -81,20 +81,21 @@ android { } } } namespace = "org.lineageos.updater" } dependencies { compileOnly(fileTree(mapOf("dir" to "../system_libs", "include" to listOf("*.jar")))) implementation("foundation.e:elib:0.0.1-alpha11") implementation("androidx.core:core-ktx:1.9.0") implementation("androidx.core:core-ktx:1.12.0") implementation("androidx.appcompat:appcompat:1.6.1") implementation("androidx.cardview:cardview:1.0.0") implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1") implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2") implementation("androidx.localbroadcastmanager:localbroadcastmanager:1.1.0") implementation("androidx.preference:preference:1.2.0") implementation("androidx.recyclerview:recyclerview:1.2.1") implementation("com.google.android.material:material:1.9.0-alpha01") implementation("androidx.preference:preference:1.2.1") implementation("androidx.recyclerview:recyclerview:1.3.2") implementation("com.google.android.material:material:1.11.0-beta01") } configure<GenerateBpPluginExtension> { Loading build.gradle.kts +2 −2 Original line number Diff line number Diff line // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id("com.android.application") version "7.4.1" apply false id("com.android.library") version "7.4.1" apply false id("com.android.application") version "8.1.2" apply false id("com.android.library") version "8.1.2" apply false id("org.jetbrains.kotlin.android") version "1.7.10" apply false } Loading gradle.properties +2 −0 Original line number Diff line number Diff line Loading @@ -21,3 +21,5 @@ kotlin.code.style=official # resources declared in the library itself and none from the library's dependencies, # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true android.defaults.buildfeatures.buildconfig=true android.nonFinalResIds=false gradle/wrapper/gradle-wrapper.properties +1 −1 Original line number Diff line number Diff line distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists Loading
app/build.gradle.kts +8 −7 Original line number Diff line number Diff line Loading @@ -30,12 +30,12 @@ val keystoreProperties = Properties().apply { } android { compileSdk = 33 compileSdk = 34 defaultConfig { applicationId = "org.lineageos.updater" minSdk = 30 targetSdk = 33 targetSdk = 34 versionCode = 1 versionName = "1.0" } Loading Loading @@ -81,20 +81,21 @@ android { } } } namespace = "org.lineageos.updater" } dependencies { compileOnly(fileTree(mapOf("dir" to "../system_libs", "include" to listOf("*.jar")))) implementation("foundation.e:elib:0.0.1-alpha11") implementation("androidx.core:core-ktx:1.9.0") implementation("androidx.core:core-ktx:1.12.0") implementation("androidx.appcompat:appcompat:1.6.1") implementation("androidx.cardview:cardview:1.0.0") implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1") implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2") implementation("androidx.localbroadcastmanager:localbroadcastmanager:1.1.0") implementation("androidx.preference:preference:1.2.0") implementation("androidx.recyclerview:recyclerview:1.2.1") implementation("com.google.android.material:material:1.9.0-alpha01") implementation("androidx.preference:preference:1.2.1") implementation("androidx.recyclerview:recyclerview:1.3.2") implementation("com.google.android.material:material:1.11.0-beta01") } configure<GenerateBpPluginExtension> { Loading
build.gradle.kts +2 −2 Original line number Diff line number Diff line // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id("com.android.application") version "7.4.1" apply false id("com.android.library") version "7.4.1" apply false id("com.android.application") version "8.1.2" apply false id("com.android.library") version "8.1.2" apply false id("org.jetbrains.kotlin.android") version "1.7.10" apply false } Loading
gradle.properties +2 −0 Original line number Diff line number Diff line Loading @@ -21,3 +21,5 @@ kotlin.code.style=official # resources declared in the library itself and none from the library's dependencies, # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true android.defaults.buildfeatures.buildconfig=true android.nonFinalResIds=false
gradle/wrapper/gradle-wrapper.properties +1 −1 Original line number Diff line number Diff line distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists