mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Torrentclient - fix build, ignore targetSdkVersion error
Ref: https://gitlab.com/fdroid/fdroiddata/issues/1459
This commit is contained in:
parent
9314fe28de
commit
5982ead9be
1 changed files with 1 additions and 1 deletions
|
|
@ -534,7 +534,7 @@ Build:3.4.185,673
|
|||
commit=torrentclient-3.4.185
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' -e '43 a lintOptions {abortOnError false}' build.gradle
|
||||
ndk=r16b
|
||||
|
||||
Auto Update Mode:Version torrentclient-%v
|
||||
|
|
|
|||
Loading…
Reference in a new issue