Skip to content

Commit 47170ad

Browse files
committedAug 17, 2024
Update dependencies
1 parent 9373f11 commit 47170ad

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed
 

‎app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ dependencies {
77
implementation 'com.googlecode.json-simple:json-simple:1.1'
88
implementation 'com.koushikdutta.async:androidasync:3.1.0'
99
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'
1111
implementation 'androidx.preference:preference-ktx:1.2.1'
1212
implementation 'androidx.recyclerview:recyclerview:1.3.2'
1313
// implementation 'androidx.activity:activity:1.4.0'
1414
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'
1616
}
1717

1818
android {

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
mavenCentral()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:8.3.0'
7+
classpath 'com.android.tools.build:gradle:8.5.2'
88
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.20'
99
}
1010
}

‎gradle.properties

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
android.defaults.buildfeatures.buildconfig=true
21
android.enableJetifier=false
32
android.nonFinalResIds=false
43
android.nonTransitiveRClass=false

‎gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

‎speechutils

0 commit comments

Comments
 (0)
Failed to load comments.