3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,13 @@ dependencies {
6
6
// TODO: used only in ChunkedWebRecSessionResult, use Android's JSON library instead
7
7
implementation ' com.googlecode.json-simple:json-simple:1.1'
8
8
implementation ' com.koushikdutta.async:androidasync:3.1.0'
9
- implementation ' org.jetbrains.kotlin:kotlin-stdlib:1.8.21 '
9
+ implementation ' org.jetbrains.kotlin:kotlin-stdlib:1.8.22 '
10
10
implementation ' androidx.appcompat:appcompat:1.6.1'
11
11
implementation ' androidx.preference:preference-ktx:1.2.1'
12
12
implementation ' androidx.recyclerview:recyclerview:1.3.1'
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.9.0'
16
- // Added only to resolve https://issuetracker.google.com/issues/242384116
17
- implementation ' androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1'
15
+ implementation ' com.google.android.material:material:1.10.0'
18
16
}
19
17
20
18
android {
@@ -29,8 +27,8 @@ android {
29
27
applicationId ' ee.ioc.phon.android.speak'
30
28
minSdkVersion 24
31
29
targetSdkVersion 34
32
- versionCode 1907
33
- versionName ' 1.9.07 '
30
+ versionCode 1910
31
+ versionName ' 1.9.10 '
34
32
vectorDrawables. useSupportLibrary = true
35
33
// Keep only en and et resources
36
34
resourceConfigurations + = [' en' , ' et' ]
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ buildscript {
4
4
mavenCentral()
5
5
}
6
6
dependencies {
7
- classpath ' com.android.tools.build:gradle:8.1.0 '
8
- classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21 '
7
+ classpath ' com.android.tools.build:gradle:8.1.2 '
8
+ classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.22 '
9
9
}
10
10
}
11
11
@@ -18,5 +18,5 @@ allprojects {
18
18
}
19
19
20
20
ext {
21
- compileSdk = 33
21
+ compileSdk = 34
22
22
}
0 commit comments