Skip to content

Commit

Permalink
Bumped version, hid changelog again
Browse files Browse the repository at this point in the history
  • Loading branch information
AEFeinstein committed Nov 29, 2017
1 parent cbf7c4d commit 97cfcef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ android {
applicationId "com.gelakinetic.mtgfam"
minSdkVersion 15
targetSdkVersion 26
versionCode 52
versionName "3.4.5"
versionCode 53
versionName "3.4.6"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,8 @@ public void onDrawerSlide(View drawerView, float slideOffset) {
int lastVersion = PreferenceAdapter.getLastVersion(this);
if (pInfo.versionCode != lastVersion &&
!(lastVersion == 50 && pInfo.versionCode == 51) && // Don't show 50 -> 51, it was just a quick bugfix release
!(lastVersion == 51 && pInfo.versionCode == 52)) { // Don't show 51 -> 52, it was just a quick bugfix release
!(lastVersion == 51 && pInfo.versionCode == 52) && // Don't show 51 -> 52, it was just a quick bugfix release
!(lastVersion == 52 && pInfo.versionCode == 53)) { // Don't show 52 -> 53, it was just a quick bugfix release
/* Clear the spice cache on upgrade. This way, no cached values w/o foil prices
* will exist*/
try {
Expand Down

0 comments on commit 97cfcef

Please sign in to comment.