diff --git a/app/build.gradle b/app/build.gradle index 4d8d7dab..464a5853 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" diff --git a/fastlane/metadata/android/en-US/changelog/43.txt b/fastlane/metadata/android/en-US/changelog/43.txt new file mode 100644 index 00000000..2bb757a5 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelog/43.txt @@ -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.