Skip to content

Commit 4b294cd

Browse files
committedFeb 18, 2024
Update dependencies
1 parent 2ff6127 commit 4b294cd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎app/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ dependencies {
66
// TODO: used only in ChunkedWebRecSessionResult, use Android's JSON library instead
77
implementation 'com.googlecode.json-simple:json-simple:1.1'
88
implementation 'com.koushikdutta.async:androidasync:3.1.0'
9-
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.8.22'
9+
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.0'
1010
implementation 'androidx.appcompat:appcompat:1.6.1'
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.10.0'
15+
implementation 'com.google.android.material:material:1.11.0'
1616
}
1717

1818
android {
@@ -27,8 +27,8 @@ android {
2727
applicationId 'ee.ioc.phon.android.speak'
2828
minSdkVersion 24
2929
targetSdkVersion 34
30-
versionCode 1912
31-
versionName '1.9.12'
30+
versionCode 1914
31+
versionName '1.9.14'
3232
vectorDrawables.useSupportLibrary = true
3333
// Keep only en and et resources
3434
resourceConfigurations += ['en', 'et']

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66
dependencies {
77
classpath 'com.android.tools.build:gradle:8.2.2'
8-
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.22'
8+
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0'
99
}
1010
}
1111

0 commit comments

Comments
 (0)
Failed to load comments.