Skip to content

Commit

Permalink
Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mazurio committed Jan 16, 2016
1 parent be9d195 commit 5cf8e7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ android {
productFlavors {
pro {
applicationId 'com.bodyweight.fitness.pro'
versionCode 113
versionName "1.1.3"
versionCode 114
versionName "1.1.4"
}

free {
applicationId 'com.bodyweight.fitness.free'
versionCode 113
versionName "1.1.3"
versionCode 114
versionName "1.1.4"
}
}
buildTypes {
Expand Down

0 comments on commit 5cf8e7b

Please sign in to comment.