diff --git a/metadata/com.shatteredpixel.shatteredpixeldungeon.yml b/metadata/com.shatteredpixel.shatteredpixeldungeon.yml index 1d95d19cc5..0a8d56883c 100644 --- a/metadata/com.shatteredpixel.shatteredpixeldungeon.yml +++ b/metadata/com.shatteredpixel.shatteredpixeldungeon.yml @@ -897,8 +897,26 @@ Builds: scandelete: - android/libs/* + - versionName: 1.1.0 + versionCode: 584 + commit: 7f29a03078647ea503d3c866476568511aa5af84 + subdir: android + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk + - update-alternatives --auto java + gradle: + - yes + rm: + - desktop + - ios + prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager + 'platforms;android-30' 'build-tools;30.0.2' > /dev/null + scandelete: + - android/libs/* + AutoUpdateMode: Version UpdateCheckMode: Tags ^v.*$ UpdateCheckData: build.gradle|appVersionCode = (.*)|.|appVersionName = ['"](.*)['"] -CurrentVersion: 1.0.3 -CurrentVersionCode: 574 +CurrentVersion: 1.1.0 +CurrentVersionCode: 584