v3.2.1: fixed value in changelog and re-upped version for Android
This commit is contained in:
@@ -14,7 +14,7 @@ allprojects {
|
||||
appName = 'Shattered Pixel Dungeon'
|
||||
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
|
||||
|
||||
appVersionCode = 860
|
||||
appVersionCode = 861
|
||||
appVersionName = '3.2.1'
|
||||
|
||||
appJavaCompatibility = JavaVersion.VERSION_1_8
|
||||
|
||||
@@ -139,7 +139,7 @@ public class v3_X_Changes {
|
||||
if (DeviceCompat.isAndroid()){
|
||||
|
||||
//5.0 lollipop
|
||||
if (DeviceCompat.getPlatformVersion() < 51){
|
||||
if (DeviceCompat.getPlatformVersion() < 21){
|
||||
String androidVersion;
|
||||
switch (DeviceCompat.getPlatformVersion()){
|
||||
default: case 14: case 15: androidVersion = "4.0"; break;
|
||||
|
||||
Reference in New Issue
Block a user