diff --git a/app/build.gradle b/app/build.gradle index ee69a11a..bd3c240b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,13 +6,13 @@ dependencies { // TODO: used only in ChunkedWebRecSessionResult, use Android's JSON library instead implementation 'com.googlecode.json-simple:json-simple:1.1' implementation 'com.koushikdutta.async:androidasync:3.1.0' - implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.8.22' + implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.0' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.preference:preference-ktx:1.2.1' implementation 'androidx.recyclerview:recyclerview:1.3.2' // implementation 'androidx.activity:activity:1.4.0' implementation 'androidx.dynamicanimation:dynamicanimation:1.0.0' - implementation 'com.google.android.material:material:1.10.0' + implementation 'com.google.android.material:material:1.11.0' } android { @@ -27,8 +27,8 @@ android { applicationId 'ee.ioc.phon.android.speak' minSdkVersion 24 targetSdkVersion 34 - versionCode 1912 - versionName '1.9.12' + versionCode 1914 + versionName '1.9.14' vectorDrawables.useSupportLibrary = true // Keep only en and et resources resourceConfigurations += ['en', 'et'] diff --git a/build.gradle b/build.gradle index 44f81b76..3c4a06c8 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:8.2.2' - classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.22' + classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0' } } diff --git a/speechutils b/speechutils index 2f61b675..00cd2c92 160000 --- a/speechutils +++ b/speechutils @@ -1 +1 @@ -Subproject commit 2f61b67574880e9c7cfe00bec7ef669d278f7e73 +Subproject commit 00cd2c9256c2da0188f38923af30985d74e8e3f4