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 {
11
11
minSdk = 14
12
12
targetSdk = 33
13
13
}
14
+ buildFeatures {
15
+ buildConfig = true
16
+ }
14
17
}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import org.kohsuke.github.GitHub
11
11
12
12
buildscript {
13
13
dependencies {
14
- classpath(" com.android.tools.build:gradle:8.2.0 " )
14
+ classpath(" com.android.tools.build:gradle:8.2.2 " )
15
15
classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22" )
16
16
classpath(" org.kohsuke:github-api:1.316" )
17
17
}
Original file line number Diff line number Diff line change 1
- android.defaults.buildfeatures.buildconfig =true
2
1
android.enableJetifier =false
3
2
android.enableR8.fullMode =true
4
3
android.enableResourceOptimizations =false
Original file line number Diff line number Diff line change 1
1
# Sun Mar 05 17:58:42 CET 2023
2
2
distributionBase =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
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ android {
12
12
}
13
13
14
14
dependencies {
15
- implementation(" androidx.collection:collection-ktx:1.3 .0" )
15
+ implementation(" androidx.collection:collection-ktx:1.4 .0" )
16
16
implementation(" androidx.core:core-ktx:1.12.0" )
17
17
}
You can’t perform that action at this time.
0 commit comments