diff --git a/metadata/org.pacien.tincapp.yml b/metadata/org.pacien.tincapp.yml index e94ef4918b..45880a1add 100644 --- a/metadata/org.pacien.tincapp.yml +++ b/metadata/org.pacien.tincapp.yml @@ -288,7 +288,19 @@ Builds: prebuild: sed -i -e '/com.github.triplet.play/d; /play {/,/}/d' build.gradle ndk: r22b + - versionName: '0.35' + versionCode: 35 + commit: 8a470f31c97ee754f835f09a20c9b281a645e1e3 + 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.34' -CurrentVersionCode: 34 +CurrentVersion: '0.35' +CurrentVersionCode: 35