mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Kontalk: fix up non-free dependencies removal
This commit is contained in:
parent
8b538cf475
commit
67f066d996
1 changed files with 1 additions and 1 deletions
|
|
@ -626,7 +626,7 @@ Build:4.1.5,312
|
|||
init=sed -i -e 's/signingConfig signingConfigs.release/{}/g' build.gradle && \
|
||||
rm ../gradle.properties
|
||||
gradle=basic
|
||||
prebuild=sed -i -e "/crashlytics/,+2d" -e "/googleplayCompile/d" build.gradle && \
|
||||
prebuild=sed -i -e "/crashlytics/,+2d" -e "/googleplayImplementation/d" build.gradle && \
|
||||
sed -i -e '/fabric/d' ../build.gradle build.gradle
|
||||
scanignore=app/src/main/res/raw/truststore
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue