File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed
Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,7 @@ android {
1111 minSdk = 14
1212 targetSdk = 33
1313 }
14+ buildFeatures {
15+ buildConfig = true
16+ }
1417}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import org.kohsuke.github.GitHub
1111
1212buildscript {
1313 dependencies {
14- classpath(" com.android.tools.build:gradle:8.2.0 " )
14+ classpath(" com.android.tools.build:gradle:8.2.2 " )
1515 classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22" )
1616 classpath(" org.kohsuke:github-api:1.316" )
1717 }
Original file line number Diff line number Diff line change 1- android.defaults.buildfeatures.buildconfig =true
21android.enableJetifier =false
32android.enableR8.fullMode =true
43android.enableResourceOptimizations =false
Original file line number Diff line number Diff line change 11# Sun Mar 05 17:58:42 CET 2023
22distributionBase =GRADLE_USER_HOME
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.6 -bin.zip
44distributionPath =wrapper/dists
55zipStorePath =wrapper/dists
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ android {
1212}
1313
1414dependencies {
15- implementation(" androidx.collection:collection-ktx:1.3 .0" )
15+ implementation(" androidx.collection:collection-ktx:1.4 .0" )
1616 implementation(" androidx.core:core-ktx:1.12.0" )
1717}
You can’t perform that action at this time.
0 commit comments