diff --git a/metadata/com.shatteredpixel.shatteredpixeldungeon.yml b/metadata/com.shatteredpixel.shatteredpixeldungeon.yml index 35ffca9f5f..9c49f5203f 100644 --- a/metadata/com.shatteredpixel.shatteredpixeldungeon.yml +++ b/metadata/com.shatteredpixel.shatteredpixeldungeon.yml @@ -906,8 +906,21 @@ Builds: scandelete: - android/libs/* + - versionName: 1.0.3 + versionCode: 574 + commit: 4aed22a4f2ebea34e42fa961ee17f97588ca1acf + subdir: android + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk + - update-alternatives --auto java + gradle: + - yes + scandelete: + - android/libs/* + AutoUpdateMode: Version UpdateCheckMode: Tags ^v.*$ UpdateCheckData: build.gradle|appVersionCode = (.*)|.|appVersionName = ['"](.*)['"] -CurrentVersion: 1.0.2 -CurrentVersionCode: 572 +CurrentVersion: 1.0.3 +CurrentVersionCode: 574