From dfefd03f8c14b86835b7bf30a1fa4aa3deae3d7c Mon Sep 17 00:00:00 2001 From: "Keidan (K. Billonneau)" Date: Wed, 14 Sep 2022 17:05:17 +0200 Subject: [PATCH] #218: Version 1.33 --- app/build.gradle | 6 +++--- fastlane/metadata/android/en-US/changelogs/133.txt | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/133.txt diff --git a/app/build.gradle b/app/build.gradle index 56180bed..6358b00a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,7 @@ plugins { } apply plugin: 'com.android.application' -final SONAR_PROJECT_VERSION = '1.32' +final SONAR_PROJECT_VERSION = '1.33' android { compileSdkVersion 31 @@ -13,8 +13,8 @@ android { minSdkVersion 23 targetSdkVersion 31 // F-Droid seems not to appreciate the use of variables - versionCode 132 - versionName '1.32' + versionCode 133 + versionName '1.33' } compileOptions { diff --git a/fastlane/metadata/android/en-US/changelogs/133.txt b/fastlane/metadata/android/en-US/changelogs/133.txt new file mode 100644 index 00000000..763763af --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/133.txt @@ -0,0 +1,5 @@ +* Arabic translation added, thanks to sec.xyx. +* Update of Turkish (thanks to @ersen0) and Chinese (thanks to @hamburger1024). +* Modification of the interface for a better experience when viewing in RTL. +* The languages are now offered directly in the language of the country. +