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