diff --git a/metadata/org.pacien.tincapp.yml b/metadata/org.pacien.tincapp.yml index 92b1890363..46b9aab115 100644 --- a/metadata/org.pacien.tincapp.yml +++ b/metadata/org.pacien.tincapp.yml @@ -352,7 +352,19 @@ Builds: prebuild: sed -i -e '/com.github.triplet.play/d; /play {/,/}/d' build.gradle ndk: r22b + - versionName: '0.40' + versionCode: 40 + commit: 4c6a2a879a5847b369d5b889452bf96c3d610463 + subdir: app + sudo: + - apt-get update + - apt-get install -y make libtool autoconf automake + gradle: + - yes + prebuild: sed -i -e '/com.github.triplet.play/d; /play {/,/}/d' build.gradle + ndk: r22b + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: '0.39' -CurrentVersionCode: 39 +CurrentVersion: '0.40' +CurrentVersionCode: 40