From 8b0ea0a5fa9cc5e11b7b3da1212cae85f336cea5 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sun, 14 Aug 2022 04:06:10 +0000 Subject: [PATCH] Update Quick Calculation to 1.2 (3) --- .../io.github.subhamtyagi.quickcalculation.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/metadata/io.github.subhamtyagi.quickcalculation.yml b/metadata/io.github.subhamtyagi.quickcalculation.yml index 73a1444d6b..6417ffd418 100644 --- a/metadata/io.github.subhamtyagi.quickcalculation.yml +++ b/metadata/io.github.subhamtyagi.quickcalculation.yml @@ -23,7 +23,18 @@ Builds: gradle: - yes + - versionName: '1.2' + versionCode: 3 + commit: 1b06d8a7f11cfbf7402b55c049677138839c88c4 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + AutoUpdateMode: Version v%v UpdateCheckMode: Tags -CurrentVersion: '1.1' -CurrentVersionCode: 2 +CurrentVersion: '1.2' +CurrentVersionCode: 3