Surespot: Needs source-built spongycastle
This commit is contained in:
parent
3fb1a2fbc0
commit
5cc1ad58fd
|
@ -50,7 +50,7 @@ Build:61-fdroid,61
|
||||||
sed -i -e 's#android {#android {\nlintOptions {\nabortOnError false\n}\n#' build.gradle
|
sed -i -e 's#android {#android {\nlintOptions {\nabortOnError false\n}\n#' build.gradle
|
||||||
|
|
||||||
Build:63-fdroid,63
|
Build:63-fdroid,63
|
||||||
disable=needs cleaning
|
disable=needs sourcebuilt spongycastle
|
||||||
commit=aa83369736b7533cb8ab824ee36be032b40271bf
|
commit=aa83369736b7533cb8ab824ee36be032b40271bf
|
||||||
patch=Ex-63.patch,Im-63.patch
|
patch=Ex-63.patch,Im-63.patch
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
@ -96,7 +96,9 @@ Build:63-fdroid,63
|
||||||
rm surespot/src/main/java/com/twofours/surespot/backup/DriveHelper.java && \
|
rm surespot/src/main/java/com/twofours/surespot/backup/DriveHelper.java && \
|
||||||
sed -i -e 's#android {#android {\nlintOptions {\nabortOnError false\n}\n#' build.gradle && \
|
sed -i -e 's#android {#android {\nlintOptions {\nabortOnError false\n}\n#' build.gradle && \
|
||||||
cp -av $$gcm$$/gcm-client-deprecated/src/com surespot/src/main/java/ && \
|
cp -av $$gcm$$/gcm-client-deprecated/src/com surespot/src/main/java/ && \
|
||||||
find .google_apis -name '*.jar' -exec rm {} \;
|
find .google_apis -name '*.jar' -exec rm {} \; && \
|
||||||
|
echo "=== SC ===" && \
|
||||||
|
sed -i -e '/support-v4/acompile "com.madgag.spongycastle:prov:1.53.0.0"\ncompile "com.madgag.spongycastle:core:1.53.0.0"' -e '/compile files/d' build.gradle
|
||||||
novcheck=yes
|
novcheck=yes
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
|
|
Loading…
Reference in a new issue