diff --git a/metadata/com.github.cvzi.screenshottile.yml b/metadata/com.github.cvzi.screenshottile.yml index 1a93e8e409..61c82ead93 100644 --- a/metadata/com.github.cvzi.screenshottile.yml +++ b/metadata/com.github.cvzi.screenshottile.yml @@ -489,7 +489,21 @@ Builds: - .github prebuild: echo "android.useAndroidX=true" > ../gradle.properties + - versionName: 1.16.4 + versionCode: 64 + commit: b281721e6cc4e95db62dfbbd00f943c791fe9f1d + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + rm: + - .github + prebuild: echo "android.useAndroidX=true" > ../gradle.properties + AutoUpdateMode: Version v%v UpdateCheckMode: Tags -CurrentVersion: 1.16.2 -CurrentVersionCode: 62 +CurrentVersion: 1.16.4 +CurrentVersionCode: 64