Skip to content

Commit

Permalink
Updated to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mazurio committed Jan 12, 2016
1 parent cfb9d80 commit 2a42339
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 110
versionName "1.1.0"
versionCode 111
versionName "1.1.1"
}

free {
applicationId 'com.bodyweight.fitness.free'
versionCode 110
versionName "1.1.0"
versionCode 111
versionName "1.1.1"
}
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources>
<string name="app_name">Bodyweight Fitness</string>
<string name="app_version">1.1.0</string>
<string name="app_version">1.1.1</string>

<string name="action_progression">Choose Exercise Progression</string>
<string name="action_about">About</string>
Expand Down

0 comments on commit 2a42339

Please sign in to comment.