Skip to content

Commit

Permalink
#300: Version 1.53
Browse files Browse the repository at this point in the history
  • Loading branch information
Keidan committed Mar 31, 2024
1 parent ebfa703 commit 7ee8d42
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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
}
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/153.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 7ee8d42

Please sign in to comment.