v0.9.4: updated gradle plugin for Android Studio 2020.3.1

This commit is contained in:
Evan Debenham 2021-07-28 19:26:50 -04:00
parent 72a821e087
commit 8c10e5b73d

View File

@ -4,7 +4,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.2.1' classpath 'com.android.tools.build:gradle:7.0.0'
classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.13' classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.13'
} }
} }
@ -16,7 +16,7 @@ allprojects {
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon' appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 555 appVersionCode = 555
appVersionName = '0.9.3c' appVersionName = '0.9.4-PREBETA'
appJavaCompatibility = JavaVersion.VERSION_1_8 appJavaCompatibility = JavaVersion.VERSION_1_8