v0.7.4: centralized even more build properties, including moving some things out of app manifest

This commit is contained in:
Evan Debenham
2019-07-14 21:01:40 -04:00
parent 1f30626e55
commit fb34d976e8
7 changed files with 17 additions and 31 deletions

View File

@@ -11,8 +11,11 @@ buildscript {
allprojects {
ext {
appVersionCode = 353
appVersionName = '0.7.4-BETA-4'
appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 349
appVersionName = '0.7.3b'
appAndroidCompileSDK = 28
appAndroidMinSDK = 9