mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 13:19:14 +00:00
aria2app - update recipe
This commit is contained in:
parent
3ff6e67c65
commit
b0d06355f7
1 changed files with 6 additions and 4 deletions
|
|
@ -17,7 +17,7 @@ Bitcoin: 18rrPNGgz8UkzUYgAnqVye83xEe5fB7XfY
|
|||
AutoName: Aria2App
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/devgianlu/Aria2App
|
||||
Repo: https://github.com/devgianlu/Aria2App.git
|
||||
|
||||
Builds:
|
||||
- versionName: 4.0.2
|
||||
|
|
@ -749,13 +749,15 @@ Builds:
|
|||
- versionName: 5.9.13
|
||||
versionCode: 225
|
||||
commit: fef64f23a5f9c83a5d14ef2d6f2fba3656ab9663
|
||||
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' -e '/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