Skip to content

Commit

Permalink
fix broken fdroid versioning/build problem
Browse files Browse the repository at this point in the history
  • Loading branch information
theScrabi committed Apr 13, 2017
1 parent e6a9d80 commit 4559eb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
minSdkVersion 15
targetSdkVersion 25

versionCode 10
versionName "1.0.0"
versionCode 11
versionName "1.0.1"
}
buildTypes {
release {
Expand Down

0 comments on commit 4559eb0

Please sign in to comment.