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