diff --git a/app/build.gradle b/app/build.gradle index dbd95ce..9a45542 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,7 @@ plugins { id 'com.android.application' } -final SONAR_PROJECT_VERSION = '1.54' +final SONAR_PROJECT_VERSION = '1.55' 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 154 - versionName '1.54' + versionCode 155 + versionName '1.55' vectorDrawables { useSupportLibrary true } diff --git a/fastlane/metadata/android/en-US/changelogs/155.txt b/fastlane/metadata/android/en-US/changelogs/155.txt new file mode 100644 index 0000000..18093c9 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/155.txt @@ -0,0 +1 @@ +* Update of the Hindi translation (thanks to @Scrambled777). \ No newline at end of file