From 630399356a794aa021c243302a6c3cf9ca8b866f Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sun, 17 Apr 2022 04:42:35 +0000 Subject: [PATCH] Update DankChat to 3.1.12 (252) --- metadata/com.flxrs.dankchat.yml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/metadata/com.flxrs.dankchat.yml b/metadata/com.flxrs.dankchat.yml index 92a07ee916..a96abed5ea 100644 --- a/metadata/com.flxrs.dankchat.yml +++ b/metadata/com.flxrs.dankchat.yml @@ -1077,7 +1077,22 @@ Builds: - sed -i -e '/com.localazy:gradle/d' ../build.gradle ndk: r21e + - versionName: 3.1.12 + versionCode: 252 + commit: 8414288351003e14656ba7c3b1ae411a18254eba + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk + - update-alternatives --auto java + gradle: + - free + prebuild: + - sed -i -e '/maven.localazy.com/d' ../build.gradle + - sed -i -e '/com.localazy:gradle/d' ../build.gradle + ndk: r21e + AutoUpdateMode: Version v%v UpdateCheckMode: Tags ^v -CurrentVersion: 3.1.11 -CurrentVersionCode: 251 +CurrentVersion: 3.1.12 +CurrentVersionCode: 252