From 63f718f0d461320862afeff55c6e23944526fb36 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Fri, 31 Dec 2021 04:51:47 +0000 Subject: [PATCH] Update Screenshot Tile (NoRoot) to 1.14.9 (56) --- metadata/com.github.cvzi.screenshottile.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/metadata/com.github.cvzi.screenshottile.yml b/metadata/com.github.cvzi.screenshottile.yml index 9a7bdd76a3..23c4934e06 100644 --- a/metadata/com.github.cvzi.screenshottile.yml +++ b/metadata/com.github.cvzi.screenshottile.yml @@ -409,7 +409,19 @@ Builds: - yes prebuild: echo "android.useAndroidX=true" > ../gradle.properties + - versionName: 1.14.9 + versionCode: 56 + commit: 1c12279d783406b3648f0d5937dcd69c2bf773c9 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk + - update-alternatives --auto java + gradle: + - yes + prebuild: echo "android.useAndroidX=true" > ../gradle.properties + AutoUpdateMode: Version v%v UpdateCheckMode: Tags -CurrentVersion: 1.14.8 -CurrentVersionCode: 55 +CurrentVersion: 1.14.9 +CurrentVersionCode: 56