diff --git a/metadata/com.github.cvzi.screenshottile.yml b/metadata/com.github.cvzi.screenshottile.yml index 61c82ead93..0521cb95a3 100644 --- a/metadata/com.github.cvzi.screenshottile.yml +++ b/metadata/com.github.cvzi.screenshottile.yml @@ -503,7 +503,21 @@ Builds: - .github prebuild: echo "android.useAndroidX=true" > ../gradle.properties + - versionName: 1.16.5 + versionCode: 65 + commit: e3320023216cbf79f27e786634663bcdb64e4849 + 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.4 -CurrentVersionCode: 64 +CurrentVersion: 1.16.5 +CurrentVersionCode: 65