diff --git a/metadata/org.equeim.tremotesf.txt b/metadata/org.equeim.tremotesf.txt
index a9b69c4951..4d072b5ca2 100644
--- a/metadata/org.equeim.tremotesf.txt
+++ b/metadata/org.equeim.tremotesf.txt
@@ -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 Transmission BitTorrent client.
+Remote GUI for the Transmission
+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