mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-08 13:36:16 +00:00
aria2android - fix recipe
This commit is contained in:
parent
80268c07fc
commit
1334ff6fe0
1 changed files with 6 additions and 4 deletions
|
|
@ -15,7 +15,7 @@ Bitcoin: 18rrPNGgz8UkzUYgAnqVye83xEe5fB7XfY
|
|||
AutoName: Aria2Android
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/devgianlu/Aria2Android
|
||||
Repo: https://github.com/devgianlu/Aria2Android.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.9.1
|
||||
|
|
@ -344,13 +344,15 @@ Builds:
|
|||
- versionName: 2.6.6
|
||||
versionCode: 74
|
||||
commit: 113a48bce72d862ed3bff3131ceb59bbf7d06161
|
||||
timeout: 14400
|
||||
subdir: app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y automake autopoint dpkg-dev file libtool pkg-config
|
||||
gradle:
|
||||
- foss
|
||||
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d' build.gradle ../build.gradle
|
||||
../CommonUtils/build.gradle
|
||||
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d; /firebase/d; /google-services/d;
|
||||
/signingConfigs.release/d' build.gradle ../build.gradle ../CommonUtils/build.gradle
|
||||
scandelete:
|
||||
- aria2lib/src/main/jniLibs
|
||||
ndk: r25
|
||||
|
|
|
|||
Loading…
Reference in a new issue