From 980f79bc2277f2aabe456cf6f5fc2b96e23dc646 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sun, 2 Jan 2022 03:51:32 +0000 Subject: [PATCH] Update Wulkanowy to 1.5.0 (103) --- metadata/io.github.wulkanowy.yml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/metadata/io.github.wulkanowy.yml b/metadata/io.github.wulkanowy.yml index 66ebb58eb9..a4f298dd4c 100644 --- a/metadata/io.github.wulkanowy.yml +++ b/metadata/io.github.wulkanowy.yml @@ -674,7 +674,22 @@ Builds: -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d' ../build.gradle build.gradle + - versionName: 1.5.0 + versionCode: 103 + commit: 6dc16b288d2433dfddf6d67efa586ad24209c43e + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk + - update-alternatives --auto java + gradle: + - fdroid + prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d' + -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' + -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d' + ../build.gradle build.gradle + AutoUpdateMode: Version %v UpdateCheckMode: Tags -CurrentVersion: 1.4.4 -CurrentVersionCode: 102 +CurrentVersion: 1.5.0 +CurrentVersionCode: 103