diff --git a/app/build.gradle b/app/build.gradle index bf1446c..7506c93 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,7 @@ plugins { id 'com.android.application' } -final SONAR_PROJECT_VERSION = '1.52' +final SONAR_PROJECT_VERSION = '1.53' android { namespace 'com.example.myapplication' @@ -14,8 +14,8 @@ android { minSdk 23 targetSdk 34 // F-Droid seems not to appreciate the use of variables - versionCode 152 - versionName '1.52' + versionCode 153 + versionName '1.53' vectorDrawables { useSupportLibrary true } diff --git a/fastlane/metadata/android/en-US/changelogs/153.txt b/fastlane/metadata/android/en-US/changelogs/153.txt new file mode 100644 index 0000000..a91da9f --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/153.txt @@ -0,0 +1,4 @@ +* Update of the Portuguese (Brazil) translation (thanks to @Bardock88). +* Update of the Hindi translation (thanks to @Scrambled777). +* Fix a bug that made it impossible to open a file from the gallery on android 6. +* Code improvement. \ No newline at end of file