v0.8.0a: final commit

This commit is contained in:
Evan Debenham
2020-04-28 13:22:06 -04:00
parent 99d1d906e9
commit b00d5296bc
2 changed files with 53 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.2'
classpath 'com.android.tools.build:gradle:3.6.3'
}
}
@@ -14,8 +14,8 @@ allprojects {
appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 412
appVersionName = '0.8.0'
appVersionCode = 413
appVersionName = '0.8.0a'
appJavaCompatibility = 1.8