diff --git a/metadata/org.pacien.tincapp.yml b/metadata/org.pacien.tincapp.yml index 52eb93c3b3..626b8e9e7e 100644 --- a/metadata/org.pacien.tincapp.yml +++ b/metadata/org.pacien.tincapp.yml @@ -312,7 +312,19 @@ Builds: prebuild: sed -i -e '/com.github.triplet.play/d; /play {/,/}/d' build.gradle ndk: r22b + - versionName: '0.37' + versionCode: 37 + commit: da8e7b52698d3f9e86be779f44ce69b3fa65c153 + 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.36' -CurrentVersionCode: 36 +CurrentVersion: '0.37' +CurrentVersionCode: 37