diff --git a/app/build.gradle b/app/build.gradle index 0c63d04..d851ef5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,8 +23,8 @@ android { minSdkVersion 21 targetSdkVersion 35 compileSdk 35 - versionCode 33 - versionName "j-0.0.17" + versionCode 34 + versionName "j-0.0.18" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/fastlane/metadata/android/en-US/changelogs/34.txt b/fastlane/metadata/android/en-US/changelogs/34.txt new file mode 100644 index 0000000..1fbdee9 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/34.txt @@ -0,0 +1,9 @@ +* Option to choose clock color +* Added dynamic color theme; removed light theme +* Added consent dialog for accessibility service + +* Added Turkish translation (thank you, Sarp Küçük!) +* Added Italian translation (thank you, Samantha!) +* Improved Portuguese translation (thank you, "Vossa Excelencia"!) + +* Fixed bug with gesture navigation in app drawer. Pressing back now closes the drawer immediately.