Skip to content

Commit 9373f11

Browse files
committedMar 10, 2024
Remove dependency on BuildConfig, fixes #116 (?)
+ update speechutils
1 parent 56560b3 commit 9373f11

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed
 

‎app/build.gradle

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

‎app/src/main/java/ee/ioc/phon/android/speak/Log.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ package ee.ioc.phon.android.speak
1818
import android.util.Log
1919

2020
object Log {
21+
// TODO: restore = BuildConfig.DEBUG once we understand how it works
2122
@JvmField
22-
val DEBUG = BuildConfig.DEBUG
23+
val DEBUG = false
2324
private const val LOG_TAG = "k6nele"
2425
private const val NULL = "NULL"
2526

‎metadata/en-US/changelogs/1916.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Improve compatibility with Android v13 and v14
2+
- Update dependencies

0 commit comments

Comments
 (0)
Failed to load comments.