diff --git a/metadata/com.github.cvzi.screenshottile.yml b/metadata/com.github.cvzi.screenshottile.yml index d85f556512..5fb5dddd9d 100644 --- a/metadata/com.github.cvzi.screenshottile.yml +++ b/metadata/com.github.cvzi.screenshottile.yml @@ -559,7 +559,21 @@ Builds: - .github prebuild: echo "android.useAndroidX=true" > ../gradle.properties + - versionName: 1.18.0 + versionCode: 69 + commit: 9c0f6255455e7960dd396b1e78d21dced1521517 + 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.17.2 -CurrentVersionCode: 68 +CurrentVersion: 1.18.0 +CurrentVersionCode: 69