From a9f28d3ab8df1d751e99374009b7211cf081e71a Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Mon, 8 Jan 2024 06:50:16 +0000 Subject: [PATCH] Update Vibrator to 1.0.1 (2) --- metadata/com.lukeneedham.vibrator.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/metadata/com.lukeneedham.vibrator.yml b/metadata/com.lukeneedham.vibrator.yml index 84cb16234c..185d843c2b 100644 --- a/metadata/com.lukeneedham.vibrator.yml +++ b/metadata/com.lukeneedham.vibrator.yml @@ -23,7 +23,18 @@ Builds: gradle: - yes + - versionName: 1.0.1 + versionCode: 2 + commit: 0ae7a3aeff0ae714075717dd793e7f68d478bd7b + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-alternatives --auto java + gradle: + - yes + AutoUpdateMode: Version UpdateCheckMode: Tags ^v[0-9\.]+$ -CurrentVersion: 1.0.0 -CurrentVersionCode: 1 +CurrentVersion: 1.0.1 +CurrentVersionCode: 2