diff --git a/metadata/io.github.wulkanowy.yml b/metadata/io.github.wulkanowy.yml index d94337b2d9..f8431f94c9 100644 --- a/metadata/io.github.wulkanowy.yml +++ b/metadata/io.github.wulkanowy.yml @@ -584,7 +584,22 @@ Builds: -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d' ../build.gradle build.gradle + - versionName: 1.2.3 + versionCode: 96 + commit: c69bb2ef711af9b86e126d6ada3319c450f53c33 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk + - update-alternatives --auto java + gradle: + - fdroid + prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d' + -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' + -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d' + ../build.gradle build.gradle + AutoUpdateMode: Version %v UpdateCheckMode: Tags -CurrentVersion: 1.2.2 -CurrentVersionCode: 95 +CurrentVersion: 1.2.3 +CurrentVersionCode: 96