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