Update Tremotesf to 1.8.5 (23)
This commit is contained in:
parent
803cd11691
commit
c5f437e69b
|
@ -8,7 +8,8 @@ Changelog:https://github.com/equeim/tremotesf-android/blob/HEAD/CHANGELOG.md
|
|||
Auto Name:Tremotesf
|
||||
Summary:Remote-control Transmission BitTorrent client
|
||||
Description:
|
||||
Remote GUI for the <a href="https://transmissionbt.com/">Transmission</a> BitTorrent client.
|
||||
Remote GUI for the <a href="https://transmissionbt.com/">Transmission</a>
|
||||
BitTorrent client.
|
||||
|
||||
Features:
|
||||
|
||||
|
@ -178,7 +179,22 @@ Build:1.8.4,22
|
|||
build=ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh -j $(nproc)
|
||||
ndk=r17b
|
||||
|
||||
Build:1.8.5,23
|
||||
commit=1.8.5
|
||||
subdir=app
|
||||
sudo=apt-get update || apt-get update && \
|
||||
apt-get install -y g++
|
||||
gradle=fdroid
|
||||
srclibs=OpenSSL@OpenSSL_1_1_1,QtBase@v5.11.2
|
||||
prebuild=sed -i -e '/splits/,+7d' build.gradle && \
|
||||
sed -i -e 's/android:extractNativeLibs=\"false\"/android:extractNativeLibs=\"true\"/' src/main/AndroidManifest.xml && \
|
||||
cp -a $$OpenSSL$$ ../3rdparty/openssl/openssl && \
|
||||
cp -a $$QtBase$$ ../3rdparty/qt/qtbase
|
||||
scandelete=3rdparty
|
||||
build=ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh -j $(nproc)
|
||||
ndk=r17b
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.8.4
|
||||
Current Version Code:22
|
||||
Current Version:1.8.5
|
||||
Current Version Code:23
|
||||
|
|
Loading…
Reference in a new issue