Skip to content

Commit

Permalink
#210: Version 1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
Keidan committed Jun 8, 2022
1 parent e828d44 commit ee0fd62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 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.31'
final SONAR_PROJECT_VERSION = '1.32'

android {
compileSdkVersion 31
Expand All @@ -12,8 +12,9 @@ android {
applicationId "fr.ralala.hexviewer"
minSdkVersion 23
targetSdkVersion 31
versionCode 131
versionName '1.31'
// F-Droid seems not to appreciate the use of variables
versionCode 132
versionName '1.32'
}

compileOptions {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/132.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Fix a regression that prevented F-Droid from detecting new versions.

0 comments on commit ee0fd62

Please sign in to comment.