diff --git a/CHANGELOG b/CHANGELOG index 18cf196c3..930f8b891 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,6 @@ CHANGELOG +2021-09-27: Target to API 30 and fix TTS query permission. Fix the "xifan hol" q to Q search bug. 2021-08-09: New vocabulary from qep'a' 2021. Allow user-triggered database update over metered Internet. 2021-04-13: Fix issue where attributes were not displayed in entry title if {pIqaD} is enabled. 2021-04-09: Treat epithets as beings capable of language for the purposes of analysis. diff --git a/app/build.gradle b/app/build.gradle index 007b1e8d2..39a7f0a6c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { // We are targeting only Marshmallow and above. minSdkVersion 23 targetSdkVersion 30 - versionCode 559 - versionName "2021.09.22b" + versionCode 561 + versionName "2021.09.27a" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index e4d4ea15c..10cb00e7a 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -25,6 +25,14 @@ + + + + + + + +