Skip to content

Commit

Permalink
#236: Version 1.37
Browse files Browse the repository at this point in the history
  • Loading branch information
Keidan committed Nov 6, 2022
1 parent 09715a2 commit 395bdfd
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 {
}
apply plugin: 'com.android.application'

final SONAR_PROJECT_VERSION = '1.36'
final SONAR_PROJECT_VERSION = '1.37'

android {
compileSdkVersion 31
Expand All @@ -13,8 +13,8 @@ android {
minSdkVersion 23
targetSdkVersion 31
// F-Droid seems not to appreciate the use of variables
versionCode 136
versionName '1.36'
versionCode 137
versionName '1.37'
}

compileOptions {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/137.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Update of the Portuguese (Brazil) translations (thanks to @Bardock88).

0 comments on commit 395bdfd

Please sign in to comment.