mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
audiobook - remove unused sed
This commit is contained in:
parent
de2e47fe5f
commit
a22f509bb6
1 changed files with 2 additions and 2 deletions
|
|
@ -1184,8 +1184,8 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
prebuild:
|
||||
- sed -i -e '/crashlytics/d' -e '/googleServices/d' -e '/if (enableCrashlytics)
|
||||
{/,/}/d' -e 's/(this as ApplicationAndroidResources).//' build.gradle.kts
|
||||
- sed -i -e '/crashlytics/d' -e '/googleServices/d' -e 's/(this as ApplicationAndroidResources).//'
|
||||
build.gradle.kts
|
||||
- sed -i -e '/crashlytics/d' ../logging/crashlytics/build.gradle.kts
|
||||
- echo -e "\norg.gradle.jvmargs=-XX:MaxHeapSize=2048m" >> ../gradle.properties
|
||||
- echo -e "\norg.gradle.unsafe.configuration-cache=false" >> ../gradle.properties
|
||||
|
|
|
|||
Loading…
Reference in a new issue