Skip to content

Commit

Permalink
Merge branch 'release/1.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitletondor committed Dec 23, 2015
2 parents 3d7637f + e9b0b3e commit a86f579
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Android/EasyBudget/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ android {
applicationId "com.benoitletondor.easybudgetapp"
minSdkVersion 16
targetSdkVersion 23
versionCode 27
versionName "1.1.2"
versionCode 28
versionName "1.1.3"
}
buildTypes {
debug {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ private void onUpdate(int previousVersion, int newVersion)
Logger.debug("Update detected, from " + previousVersion + " to " + newVersion);

// Fix bad save of Batch premium before 1.1
if( previousVersion <= 25 ) // 1.1
if( previousVersion <= 27 ) // 1.1.2
{
UserHelper.setBatchUserPremium(this);
}
Expand Down

0 comments on commit a86f579

Please sign in to comment.