mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-18 12:02:14 +00:00
Update Tinc App to 0.39 (39)
This commit is contained in:
parent
62fea1db32
commit
b1bca73e43
1 changed files with 16 additions and 2 deletions
|
|
@ -338,7 +338,21 @@ Builds:
|
||||||
prebuild: sed -i -e '/com.github.triplet.play/d; /play {/,/}/d' build.gradle
|
prebuild: sed -i -e '/com.github.triplet.play/d; /play {/,/}/d' build.gradle
|
||||||
ndk: r22b
|
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
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: '0.38'
|
CurrentVersion: '0.39'
|
||||||
CurrentVersionCode: 38
|
CurrentVersionCode: 39
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue