Torrentclient - fix build, ignore targetSdkVersion error
Ref: https://gitlab.com/fdroid/fdroiddata/issues/1459
This commit is contained in:
parent
9314fe28de
commit
5982ead9be
|
|
@ -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