5 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ dependencies {
7
7
implementation ' com.googlecode.json-simple:json-simple:1.1'
8
8
implementation ' com.koushikdutta.async:androidasync:3.1.0'
9
9
implementation ' org.jetbrains.kotlin:kotlin-stdlib:1.9.20'
10
- implementation ' androidx.appcompat:appcompat:1.6.1 '
10
+ implementation ' androidx.appcompat:appcompat:1.7.0 '
11
11
implementation ' androidx.preference:preference-ktx:1.2.1'
12
12
implementation ' androidx.recyclerview:recyclerview:1.3.2'
13
13
// implementation 'androidx.activity:activity:1.4.0'
14
14
implementation ' androidx.dynamicanimation:dynamicanimation:1.0.0'
15
- implementation ' com.google.android.material:material:1.11 .0'
15
+ implementation ' com.google.android.material:material:1.12 .0'
16
16
}
17
17
18
18
android {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
4
4
mavenCentral()
5
5
}
6
6
dependencies {
7
- classpath ' com.android.tools.build:gradle:8.3.0 '
7
+ classpath ' com.android.tools.build:gradle:8.5.2 '
8
8
classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.20'
9
9
}
10
10
}
Original file line number Diff line number Diff line change 1
- android.defaults.buildfeatures.buildconfig =true
2
1
android.enableJetifier =false
3
2
android.nonFinalResIds =false
4
3
android.nonTransitiveRClass =false
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.4 -bin.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
0 commit comments