diff --git a/app/build.gradle b/app/build.gradle index 732d11c..44f314f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,7 @@ plugins { } apply plugin: 'com.android.application' -final SONAR_PROJECT_VERSION = '1.46' +final SONAR_PROJECT_VERSION = '1.47' android { compileSdkVersion 31 @@ -13,8 +13,8 @@ android { minSdkVersion 23 targetSdkVersion 31 // F-Droid seems not to appreciate the use of variables - versionCode 146 - versionName '1.46' + versionCode 147 + versionName '1.47' } compileOptions { diff --git a/fastlane/metadata/android/en-US/changelogs/147.txt b/fastlane/metadata/android/en-US/changelogs/147.txt new file mode 100644 index 0000000..5266625 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/147.txt @@ -0,0 +1 @@ +* Indonesian translation added (thanks to @Velorixen).