diff --git a/metadata/org.pacien.tincapp.yml b/metadata/org.pacien.tincapp.yml index ff6d4c7e45..92b1890363 100644 --- a/metadata/org.pacien.tincapp.yml +++ b/metadata/org.pacien.tincapp.yml @@ -338,7 +338,21 @@ Builds: prebuild: sed -i -e '/com.github.triplet.play/d; /play {/,/}/d' build.gradle ndk: r22b + - versionName: '0.39' + versionCode: 39 + commit: 9ac126525ceda9e3f66c555314996d7dfded1cec + subdir: app + sudo: + - apt-get update + - apt-get install -y make libtool autoconf automake + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - yes + prebuild: sed -i -e '/com.github.triplet.play/d; /play {/,/}/d' build.gradle + ndk: r22b + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: '0.38' -CurrentVersionCode: 38 +CurrentVersion: '0.39' +CurrentVersionCode: 39