diff --git a/metadata/com.github.cvzi.screenshottile.yml b/metadata/com.github.cvzi.screenshottile.yml index 47a0cec3a7..e20d00f900 100644 --- a/metadata/com.github.cvzi.screenshottile.yml +++ b/metadata/com.github.cvzi.screenshottile.yml @@ -461,7 +461,21 @@ Builds: - .github prebuild: echo "android.useAndroidX=true" > ../gradle.properties + - versionName: 1.16.1 + versionCode: 61 + commit: 7381bb87c1e3ee7a55ab877a38046378a8606660 + 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.0 -CurrentVersionCode: 60 +CurrentVersion: 1.16.1 +CurrentVersionCode: 61