File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' com.android.application' version ' 8.2.2 '
2
+ id ' com.android.application' version ' 8.4.0 '
3
3
id ' org.jetbrains.kotlin.android' version ' 1.9.0'
4
4
}
5
5
@@ -33,7 +33,7 @@ tasks.withType(JavaCompile).configureEach {
33
33
}
34
34
35
35
dependencies {
36
- implementation " androidx.core:core:1.12.0 "
36
+ implementation " androidx.core:core:1.13.1 "
37
37
implementation " androidx.preference:preference:1.2.1"
38
38
implementation " androidx.appcompat:appcompat:1.6.1"
39
39
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
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
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments