From 3fefba14fb40142f04c90f478c935caa4f67c561 Mon Sep 17 00:00:00 2001 From: "Keidan (K. Billonneau)" Date: Sat, 8 Jun 2024 22:09:16 +0200 Subject: [PATCH] Version 1.55 --- app/build.gradle | 6 +++--- fastlane/metadata/android/en-US/changelogs/155.txt | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/155.txt diff --git a/app/build.gradle b/app/build.gradle index dbd95ce..9a45542 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,7 @@ plugins { id 'com.android.application' } -final SONAR_PROJECT_VERSION = '1.54' +final SONAR_PROJECT_VERSION = '1.55' android { namespace 'com.example.myapplication' @@ -14,8 +14,8 @@ android { minSdk 23 targetSdk 34 // F-Droid seems not to appreciate the use of variables - versionCode 154 - versionName '1.54' + versionCode 155 + versionName '1.55' vectorDrawables { useSupportLibrary true } diff --git a/fastlane/metadata/android/en-US/changelogs/155.txt b/fastlane/metadata/android/en-US/changelogs/155.txt new file mode 100644 index 0000000..18093c9 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/155.txt @@ -0,0 +1 @@ +* Update of the Hindi translation (thanks to @Scrambled777). \ No newline at end of file