diff --git a/app/build.gradle b/app/build.gradle index 6e975259..c2edd4fe 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,7 @@ plugins { } apply plugin: 'com.android.application' -final SONAR_PROJECT_VERSION = '1.38' +final SONAR_PROJECT_VERSION = '1.39' android { compileSdkVersion 31 @@ -13,8 +13,8 @@ android { minSdkVersion 23 targetSdkVersion 31 // F-Droid seems not to appreciate the use of variables - versionCode 138 - versionName '1.38' + versionCode 139 + versionName '1.39' } compileOptions { diff --git a/fastlane/metadata/android/en-US/changelogs/139.txt b/fastlane/metadata/android/en-US/changelogs/139.txt new file mode 100644 index 00000000..94202d90 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/139.txt @@ -0,0 +1,2 @@ +* Update of the Hungarian translation (thanks to @SziaTomi). +