diff --git a/app/build.gradle b/app/build.gradle index d610ae67..b71a14f5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,7 @@ plugins { } apply plugin: 'com.android.application' -final SONAR_PROJECT_VERSION = '1.40' +final SONAR_PROJECT_VERSION = '1.41' android { compileSdkVersion 31 @@ -13,8 +13,8 @@ android { minSdkVersion 23 targetSdkVersion 31 // F-Droid seems not to appreciate the use of variables - versionCode 140 - versionName '1.40' + versionCode 141 + versionName '1.41' } compileOptions { diff --git a/fastlane/metadata/android/en-US/changelogs/141.txt b/fastlane/metadata/android/en-US/changelogs/141.txt new file mode 100644 index 00000000..7f9a3273 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/141.txt @@ -0,0 +1,2 @@ +* Replacement of the component used to display error messages. +