From 72fb214ad2421197335640880d54270e6adeef40 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Mon, 6 Sep 2021 04:41:35 +0000 Subject: [PATCH] Update Notification Cron to 1.6.0 (26010600) --- metadata/com.github.fi3te.notificationcron.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/metadata/com.github.fi3te.notificationcron.yml b/metadata/com.github.fi3te.notificationcron.yml index 4a1c7b2844..c95e061a35 100644 --- a/metadata/com.github.fi3te.notificationcron.yml +++ b/metadata/com.github.fi3te.notificationcron.yml @@ -102,7 +102,18 @@ Builds: gradle: - yes + - versionName: 1.6.0 + versionCode: 26010600 + commit: ea07e15bb8ed09247ee65d79ec393ca233ef14cb + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk + - update-alternatives --auto java + gradle: + - yes + AutoUpdateMode: Version v%v UpdateCheckMode: Tags -CurrentVersion: 1.5.1 -CurrentVersionCode: 26010501 +CurrentVersion: 1.6.0 +CurrentVersionCode: 26010600