Update Calendula to 1.2 (12)
This commit is contained in:
parent
4383f1de9c
commit
6b0d059e6b
|
|
@ -47,12 +47,24 @@ Build:1.1.1,8
|
|||
prebuild=sed -i -e '/sonatype/d' -e '/michaelpardo/d' build.gradle && \
|
||||
cp -fR $$ActiveAndroid$$/src/com src/main/java
|
||||
|
||||
Build:1.2,12
|
||||
commit=c5a9f25302b30ef18cca7d6916a865e5212e24cf
|
||||
subdir=Calendula
|
||||
gradle=yes
|
||||
srclibs=ActiveAndroid@08c6335cd7324c6e72da536b0c6fffa5a798f6a2
|
||||
prebuild=sed -i -e '/sonatype/d' -e '/michaelpardo/d' -e '/applicationVariants/,+6d' build.gradle && \
|
||||
cp -fR $$ActiveAndroid$$/src/com src/main/java
|
||||
|
||||
Maintainer Notes:
|
||||
* Tags are unreliable
|
||||
*
|
||||
srclibs=ActiveAndroid@08c6335cd7324c6e72da536b0c6fffa5a798f6a2
|
||||
prebuild=pushd $$ActiveAndroid$$ && \
|
||||
sed -i 's@<version>3.8.2</version>@<version>3.7.0</version>@g' pom.xml pom-child.xml tests/pom.xml && \
|
||||
$$MVN3$$ -Dmaven.test.skip=true install && popd && \
|
||||
sed -i -e '/sonatype/d' -e '/mavenCentral/amavenLocal()' -e 's/michaelpardo/activeandroid/g' -e 's/3.1.0-SNAPSHOT/3.1-SNAPSHOT/g' build.gradle
|
||||
|
||||
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
|
|
|
|||
Loading…
Reference in a new issue