mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Merge branch 'patch-2' into 'master'
Aria2App: fix 5.6.4 (203) See merge request fdroid/fdroiddata!6325
This commit is contained in:
commit
a3799d8215
1 changed files with 7 additions and 4 deletions
|
|
@ -3,15 +3,14 @@ AntiFeatures:
|
|||
Categories:
|
||||
- Internet
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Gianlu
|
||||
AuthorName: devgianlu
|
||||
AuthorEmail: altomanigianluca@gmail.com
|
||||
AuthorWebSite: https://gianlu.xyz/
|
||||
WebSite: https://gianlu.xyz/projects/Aria2App
|
||||
SourceCode: https://github.com/devgianlu/Aria2App
|
||||
IssueTracker: https://github.com/devgianlu/Aria2App/issues
|
||||
Translation: https://crowdin.com/project/aria2app
|
||||
Changelog: https://github.com/devgianlu/Aria2App/releases
|
||||
Donate: https://www.paypal.me/devgianlu
|
||||
Changelog: https://github.com/devgianlu/Aria2App/blob/HEAD/CHANGELOG.md
|
||||
Donate: https://gianlu.xyz/donate/
|
||||
LiberapayID: '1381702'
|
||||
Bitcoin: 18rrPNGgz8UkzUYgAnqVye83xEe5fB7XfY
|
||||
|
||||
|
|
@ -535,12 +534,16 @@ Builds:
|
|||
- versionName: 5.6.4
|
||||
versionCode: 203
|
||||
commit: v5.6.4
|
||||
timeout: 14400
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- foss
|
||||
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
|
||||
../CommonUtils/build.gradle
|
||||
scandelete:
|
||||
- aria2lib/src/main/jniLibs
|
||||
ndk: r21
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
|
|
|
|||
Loading…
Reference in a new issue