Surespot: Try with older SC versions
This commit is contained in:
parent
bc0c2e7fd3
commit
d59d50bfaf
|
@ -50,12 +50,12 @@ Build:61-fdroid,61
|
|||
sed -i -e 's#android {#android {\nlintOptions {\nabortOnError false\n}\n#' build.gradle
|
||||
|
||||
Build:63-fdroid,63
|
||||
disable=needs sourcebuilt spongycastle
|
||||
disable=wrong spongycastle version
|
||||
commit=aa83369736b7533cb8ab824ee36be032b40271bf
|
||||
patch=Ex-63.patch,Im-63.patch
|
||||
gradle=yes
|
||||
srclibs=gcm@7f647288103bac2c5552af881f0e217c5b95d78a
|
||||
rm=.google_apis/._.DS_Store,._.DS_Store,surespot/libs/*,surespot/src/main/res/raw/ffmpegpie,surespot/src/main/res/raw/ffmpeg,surespotcommon/libs/acra-4.5.0.jar
|
||||
rm=.google_apis/._.DS_Store,._.DS_Store,surespot/libs/*,surespot/src/main/res/raw/ffmpegpie,surespot/src/main/res/raw/ffmpeg,surespotcommon/libs/*.jar
|
||||
prebuild=pwd && \
|
||||
touch 'surespot/src/main/res/raw/ffmpegpie' && \
|
||||
touch 'surespot/src/main/res/raw/ffmpeg' && \
|
||||
|
@ -97,8 +97,7 @@ Build:63-fdroid,63
|
|||
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/ && \
|
||||
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
|
||||
sed -i -e '/support-v4/acompile "com.madgag:scprov-jdk15on:1.47.0.3"\ncompile "com.madgag:sc-light-jdk15on:1.47.0.3"' -e '/compile files/d' build.gradle
|
||||
novcheck=yes
|
||||
|
||||
Maintainer Notes:
|
||||
|
|
Loading…
Reference in a new issue