mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Conversations: Fix build
This commit is contained in:
parent
1c3f90e9ad
commit
2f6d33a1a7
1 changed files with 1 additions and 1 deletions
|
|
@ -544,7 +544,7 @@ Build:1.7.3,107
|
|||
Build:1.8.0,109
|
||||
commit=1.8.0
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/applicationVariants/i/*' -e '/lintOptions {/i*/' build.gradle
|
||||
prebuild=sed -i -e '/applicationVariants/i/*' -e '/lintOptions {/i*/' -e '/maven {/,+2d' build.gradle
|
||||
|
||||
Maintainer Notes:
|
||||
Build succeeds now, but fdroid strips a line required for output variants.
|
||||
|
|
|
|||
Loading…
Reference in a new issue