diff --git a/metadata/com.flxrs.dankchat.yml b/metadata/com.flxrs.dankchat.yml index d314b4ca9d..31b5a82859 100644 --- a/metadata/com.flxrs.dankchat.yml +++ b/metadata/com.flxrs.dankchat.yml @@ -867,7 +867,22 @@ Builds: - sed -i -e '/com.localazy:gradle/d' ../build.gradle ndk: r21e + - versionName: 3.0.12 + versionCode: 233 + commit: 0a53e6bf044a6b981fe62399030f6b809e95dc30 + 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.0.11 -CurrentVersionCode: 232 +CurrentVersion: 3.0.12 +CurrentVersionCode: 233