mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Smoke - cleanup recipe, sed not needed anymore
This commit is contained in:
parent
70577448f3
commit
22d42fd24b
1 changed files with 2 additions and 6 deletions
|
|
@ -156,9 +156,7 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
output: build/outputs/apk/release/apk/smoke.apk
|
||||
prebuild: sed -i -e '/bcprov-ext-jdk15on-169/d' -e "/fileTree/aimplementation
|
||||
'org.bouncycastle:bcprov-ext-jdk15on:1.69'" -e '/MissingTranslation/aabortOnError\
|
||||
false' build.gradle
|
||||
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' build.gradle
|
||||
|
||||
- versionName: 2021.12.25
|
||||
versionCode: 20211225
|
||||
|
|
@ -171,9 +169,7 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
output: build/outputs/apk/release/apk/smoke.apk
|
||||
prebuild: sed -i -e '/bcprov-ext-jdk15on-169/d' -e "/fileTree/aimplementation
|
||||
'org.bouncycastle:bcprov-ext-jdk15on:1.69'" -e '/MissingTranslation/aabortOnError\
|
||||
false' build.gradle
|
||||
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' build.gradle
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
|
|
|
|||
Loading…
Reference in a new issue