diff --git a/metadata/com.flxrs.dankchat.yml b/metadata/com.flxrs.dankchat.yml index a07abf80e7..5b03c893ce 100644 --- a/metadata/com.flxrs.dankchat.yml +++ b/metadata/com.flxrs.dankchat.yml @@ -1047,7 +1047,22 @@ Builds: - sed -i -e '/com.localazy:gradle/d' ../build.gradle ndk: r21e + - versionName: 3.1.10 + versionCode: 250 + commit: 5fa0b67aafb8a5f88d06254aaca2c19972a17f1a + 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.8 -CurrentVersionCode: 248 +CurrentVersion: 3.1.10 +CurrentVersionCode: 250