Skip to content

Commit

Permalink
Version 1.55
Browse files Browse the repository at this point in the history
  • Loading branch information
Keidan committed Jun 8, 2024
1 parent c9cafda commit 3fefba1
Show file tree
Hide file tree
Showing 2 changed files with 4 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.54'
final SONAR_PROJECT_VERSION = '1.55'

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 154
versionName '1.54'
versionCode 155
versionName '1.55'
vectorDrawables {
useSupportLibrary true
}
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/155.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Update of the Hindi translation (thanks to @Scrambled777).

0 comments on commit 3fefba1

Please sign in to comment.