diff --git a/metadata/com.github.cvzi.screenshottile.yml b/metadata/com.github.cvzi.screenshottile.yml index 4bbbaf45cb..d85f556512 100644 --- a/metadata/com.github.cvzi.screenshottile.yml +++ b/metadata/com.github.cvzi.screenshottile.yml @@ -545,7 +545,21 @@ Builds: - .github prebuild: echo "android.useAndroidX=true" > ../gradle.properties + - versionName: 1.17.2 + versionCode: 68 + commit: 50cb838cf7455afe42d13a60d3154a61bf2db964 + 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.1 -CurrentVersionCode: 67 +CurrentVersion: 1.17.2 +CurrentVersionCode: 68