Skip to content

Commit

Permalink
Remove dependency on BuildConfig, fixes #116 (?)
Browse files Browse the repository at this point in the history
+ update speechutils
  • Loading branch information
Kaljurand committed Mar 10, 2024
1 parent 56560b3 commit 9373f11
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
applicationId 'ee.ioc.phon.android.speak'
minSdkVersion 24
targetSdkVersion 34
versionCode 1914
versionName '1.9.14'
versionCode 1916
versionName '1.9.16'
vectorDrawables.useSupportLibrary = true
// Keep only en and et resources
resourceConfigurations += ['en', 'et']
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/java/ee/ioc/phon/android/speak/Log.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ package ee.ioc.phon.android.speak
import android.util.Log

object Log {
// TODO: restore = BuildConfig.DEBUG once we understand how it works
@JvmField
val DEBUG = BuildConfig.DEBUG
val DEBUG = false
private const val LOG_TAG = "k6nele"
private const val NULL = "NULL"

Expand Down
2 changes: 2 additions & 0 deletions metadata/en-US/changelogs/1916.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Improve compatibility with Android v13 and v14
- Update dependencies

0 comments on commit 9373f11

Please sign in to comment.