This commit is contained in:
Philipp Heckel 2025-10-09 10:51:55 -04:00
parent d382896792
commit 5f99bebeba
2 changed files with 6 additions and 2 deletions

View file

@ -18,8 +18,8 @@ android {
minSdkVersion 21
targetSdkVersion 35
versionCode 42
versionName "1.17.9"
versionCode 43
versionName "1.17.10"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View file

@ -0,0 +1,4 @@
This is a small release to remove the "Donate" button from menu,
as this violates the Google Play policies.
No further changes are in this release.