Skip to content

Commit

Permalink
Merge pull request #870 from gerhardol/bugfix/fdroid-version-format
Browse files Browse the repository at this point in the history
Version formatting for F-Droid
  • Loading branch information
gerhardol authored Jan 3, 2020
2 parents 66d17b0 + c6382d8 commit 33011e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ project.ext {
mockitoVersion = '2.3.7'

//The tag for the release must be identical for F-Droid
versionName = '2.0.3.1'
versionName = "2.0.3.2"
versionCode = 206

travisBuild = System.getenv("TRAVIS") == "true"
Expand Down

0 comments on commit 33011e3

Please sign in to comment.