From bcb352ac000c2b07814415ebcd9d7c6685f4cffa Mon Sep 17 00:00:00 2001 From: relan Date: Sat, 8 Feb 2020 10:20:44 +0300 Subject: [PATCH] Aria2Android: fix 2.5.1 (65) Also set the timeout to 4 hours because now the recipe builds a lot of native code. --- metadata/com.gianlu.aria2android.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/metadata/com.gianlu.aria2android.yml b/metadata/com.gianlu.aria2android.yml index 3f131eb935..0c8eed8a6a 100644 --- a/metadata/com.gianlu.aria2android.yml +++ b/metadata/com.gianlu.aria2android.yml @@ -269,12 +269,16 @@ Builds: - versionName: 2.5.1 versionCode: 65 commit: v2.5.1 + timeout: 14400 subdir: app submodules: true gradle: - foss prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d' build.gradle ../build.gradle ../CommonUtils/build.gradle + scandelete: + - aria2lib/src/main/jniLibs + ndk: r21 AutoUpdateMode: Version v%v UpdateCheckMode: Tags