mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-24 14:45:02 +00:00
riotx: fix lint failure
ref: https://github.com/vector-im/riotX-android/issues/1012
This commit is contained in:
parent
12f26780a7
commit
5c02375034
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ Builds:
|
|||
srclibs:
|
||||
- piasy@v1.6.2
|
||||
prebuild:
|
||||
- echo 'android { lintOptions { abortOnError false } }' >> build.gradle
|
||||
- tac ../build.gradle | awk '/dl.bintray.com\/piasy\/maven/{getline;$0="mavenLocal
|
||||
{"}{print $0}' | tac > ../build.gradle.new
|
||||
- mv ../build.gradle.new ../build.gradle
|
||||
|
|
|
|||
Loading…
Reference in a new issue