Chanu: Wait for upstream
This commit is contained in:
parent
b0f96d827f
commit
2f7a546298
|
@ -164,17 +164,19 @@ Build:2.0.15,90
|
|||
cp $$CommonsIO$$/target/commons-io-2.4.jar libs/
|
||||
|
||||
Build:2.0.22,95
|
||||
disable=jar files
|
||||
disable=jars, proguard issue
|
||||
commit=v2.0.22
|
||||
subdir=app
|
||||
gradle=yes
|
||||
rm=app/libs/*.jar
|
||||
prebuild=sed -i -e '/support-v4/acompile "commons-io:commons-io:2.0.1"' -e '/support-v4/acompile "org.apache.commons:commons-lang3:3.3.1"' -e '/support-v4/acompile "com.nineoldandroids:library:2.4.0"' -e '/jar/d' -e '/support-v4/acompile "com.fasterxml.jackson:jackson-parent:2.7-1"\ncompile "com.fasterxml.jackson:jackson-datatype-json-org:1.8.0"' build.gradle
|
||||
prebuild=sed -i -e '/support-v4/acompile "commons-io:commons-io:2.0.1"' -e '/support-v4/acompile "org.apache.commons:commons-lang3:3.3.1"' -e '/support-v4/acompile "com.nineoldandroids:library:2.4.0"' -e '/jar/d' build.gradle && \
|
||||
sed -i -e '/support-v4/acompile files("libs/jackson-all-1.8.2.jar")' build.gradle
|
||||
|
||||
Maintainer Notes:
|
||||
Verified jackson-all*jar against http://jackson.codehaus.org/1.8.2/jackson-all-1.8.2.jar
|
||||
since jackson's upstream sources include quite a lot jars as well.. no point in replacing
|
||||
one jar with a source build one that way..
|
||||
|
||||
https://github.com/grzegorznittner/chanu/issues/467 will fix some dependency issues.
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
|
|
Loading…
Reference in a new issue