diff --git a/app/build.gradle b/app/build.gradle index 6a98c603..cf91ca30 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,7 @@ plugins { } apply plugin: 'com.android.application' -final SONAR_PROJECT_VERSION = '1.36' +final SONAR_PROJECT_VERSION = '1.37' android { compileSdkVersion 31 @@ -13,8 +13,8 @@ android { minSdkVersion 23 targetSdkVersion 31 // F-Droid seems not to appreciate the use of variables - versionCode 136 - versionName '1.36' + versionCode 137 + versionName '1.37' } compileOptions { diff --git a/fastlane/metadata/android/en-US/changelogs/137.txt b/fastlane/metadata/android/en-US/changelogs/137.txt new file mode 100644 index 00000000..a9c258ae --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/137.txt @@ -0,0 +1 @@ +* Update of the Portuguese (Brazil) translations (thanks to @Bardock88).