v3.2.1: fixed value in changelog and re-upped version for Android

This commit is contained in:
Evan Debenham
2025-08-14 14:16:38 -04:00
parent ad9a073d69
commit 797f2791a4
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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;