Skip to content

Commit

Permalink
Merge branch 'release-9.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
da1nerd committed Jun 23, 2016
2 parents be0cb17 + 7de6650 commit 164d9b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId "com.translationstudio.androidapp"
minSdkVersion 15
targetSdkVersion 23
versionCode 137
versionName "8.0"
versionCode 138
versionName "9.0"
multiDexEnabled = true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
Binary file modified app/src/main/assets/library.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ private void performUpdates(int lastVersion, int currentVersion) {
Looper.prepare();
PreferenceManager.setDefaultValues(AppContext.context(), R.xml.general_preferences, true);
}
if(lastVersion < 134) {
if(lastVersion < 138) {
AppContext.context().deleteDatabase(Library.DATABASE_NAME);
}
}
Expand Down

0 comments on commit 164d9b5

Please sign in to comment.