diff --git a/metadata/com.flxrs.dankchat.yml b/metadata/com.flxrs.dankchat.yml index 43cd2e538e..d314b4ca9d 100644 --- a/metadata/com.flxrs.dankchat.yml +++ b/metadata/com.flxrs.dankchat.yml @@ -4,7 +4,7 @@ Categories: - Internet License: MIT AuthorName: Felix Schmid -AuthorEmail: felix.schmid@flxrs.com +AuthorEmail: dankchat@flxrs.com SourceCode: https://github.com/flex3r/DankChat IssueTracker: https://github.com/flex3r/DankChat/issues @@ -852,7 +852,22 @@ Builds: - yes ndk: r21e + - versionName: 3.0.11 + versionCode: 232 + commit: ebcaf77a692236e60eccffb099e86bbd32034582 + 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.8 -CurrentVersionCode: 229 +CurrentVersion: 3.0.11 +CurrentVersionCode: 232