audiobook - remove unused sed

This commit is contained in:
Licaon_Kter 2024-01-22 13:11:21 +00:00
parent de2e47fe5f
commit a22f509bb6

View file

@ -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