Muzei with Studio Ghibli: Bug in api dependency; disable.
This commit is contained in:
parent
20fb0fb6fb
commit
4492f453f1
|
@ -14,13 +14,20 @@ Repo Type:git
|
||||||
Repo:https://github.com/eboudrant/net.ebt.muzei.miyazaki
|
Repo:https://github.com/eboudrant/net.ebt.muzei.miyazaki
|
||||||
|
|
||||||
Build:1.0.1,6
|
Build:1.0.1,6
|
||||||
|
disable=build muzei api from source
|
||||||
commit=1.0.1
|
commit=1.0.1
|
||||||
srclibs=CommonsLang@LANG_3_3_1
|
srclibs=CommonsLang@LANG_3_3_1,MuzeiAPI@634d7b48cc6fdc4dd1ef05deaff1c90323a09d09
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
rm=app/libs/*jar
|
rm=app/libs/*jar
|
||||||
prebuild=sed -i -e '$d' build.gradle && \
|
prebuild=sed -i -e '$d' build.gradle && \
|
||||||
echo -e " compile 'org.apache.commons:commons-lang3:3.3.1'\n compile 'com.google.android.apps.muzei:muzei-api:+'\n}\n" >> build.gradle
|
echo -e " compile 'org.apache.commons:commons-lang3:3.3.1'\n}\n" >> build.gradle && \
|
||||||
|
pushd $$MuzeiAPI$$/api && gradle
|
||||||
|
|
||||||
|
Maintainer Notes:
|
||||||
|
Switch back to gradle's "compile 'com.google.android.apps.muzei:muzei-api:+'"
|
||||||
|
once -master fixes are available via central.
|
||||||
|
.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
|
|
Loading…
Reference in a new issue