From d906d87ca1c1a1ac2ccd4bd80a133a68cb9d9a71 Mon Sep 17 00:00:00 2001 From: "Keidan (K. Billonneau)" Date: Thu, 5 Oct 2023 22:18:09 +0200 Subject: [PATCH] #267: Version 1.46 --- app/build.gradle | 6 +++--- fastlane/metadata/android/en-US/changelogs/146.txt | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/146.txt diff --git a/app/build.gradle b/app/build.gradle index eefff78..f350c58 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,7 @@ plugins { } apply plugin: 'com.android.application' -final SONAR_PROJECT_VERSION = '1.45' +final SONAR_PROJECT_VERSION = '1.46' android { compileSdkVersion 31 @@ -13,8 +13,8 @@ android { minSdkVersion 23 targetSdkVersion 31 // F-Droid seems not to appreciate the use of variables - versionCode 145 - versionName '1.45' + versionCode 146 + versionName '1.46' } compileOptions { diff --git a/fastlane/metadata/android/en-US/changelogs/146.txt b/fastlane/metadata/android/en-US/changelogs/146.txt new file mode 100644 index 0000000..3087e95 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/146.txt @@ -0,0 +1 @@ +* Update of the Russian translation (thanks to @Usland123). \ No newline at end of file