Update CV of SMS Backup+ to 1.5.6 (1539)
This commit is contained in:
parent
f9505e4d0e
commit
b14242dfa9
|
@ -61,43 +61,37 @@ Build:1.5.5,1531
|
|||
commit=1.5.5
|
||||
gradle=yes
|
||||
srclibs=whassup@0.0.4,PayMe@0.0.2,K9Mail-XOAUTH@70c41c71cd
|
||||
prebuild=pushd $$whassup$$ && $$MVN3$$ install && popd && \
|
||||
pushd $$PayMe$$ && $$MVN3$$ install && popd && \
|
||||
prebuild=pushd $$whassup$$ && \
|
||||
$$MVN3$$ install && \
|
||||
popd && \
|
||||
pushd $$PayMe$$ && \
|
||||
$$MVN3$$ install && \
|
||||
popd && \
|
||||
sed -i -e '14,17d' build.gradle && \
|
||||
sed -i -e '/mavenCentral/amavenLocal()\njCenter()' build.gradle && \
|
||||
mv $$K9Mail-XOAUTH$$/compile-only-libs $$K9Mail-XOAUTH$$/libs && \
|
||||
ant clean jar -f $$K9Mail-XOAUTH$$/build.xml && \
|
||||
$$MVN3$$ install:install-file -Dfile=$$K9Mail-XOAUTH$$/bin/k9-imapstore.jar \
|
||||
-DgroupId=com.zegoggles \
|
||||
-DartifactId=k9-imapstore \
|
||||
-Dversion=0.1 \
|
||||
-Dpackaging=jar
|
||||
$$MVN3$$ install:install-file -Dfile=$$K9Mail-XOAUTH$$/bin/k9-imapstore.jar -DgroupId=com.zegoggles -DartifactId=k9-imapstore -Dversion=0.1 -Dpackaging=jar
|
||||
|
||||
Build:1.5.6-beta,1539
|
||||
commit=d858918f88b5763ceba7f369f3733a3829a400e1
|
||||
maven=yes
|
||||
forceversion=yes
|
||||
srclibs=whassup@bfe515d821681bdcfac3013f0801da6027bef97c,PayMe@0.0.3,K9Mail-XOAUTH@f0580a8a739d818188df63ec7ee3023166b21033
|
||||
prebuild=sed -i -e 's@<version>3.8.2</version>@<version>3.7.0</version>@g' \
|
||||
-e '/<repositories>/,/<\/repositories>/d' \
|
||||
pom.xml $$whassup$$/pom.xml $$PayMe$$/pom.xml && \
|
||||
pushd $$whassup$$ && $$MVN3$$ -Dmaven.test.skip=true install && popd && \
|
||||
pushd $$PayMe$$ && $$MVN3$$ -Dmaven.test.skip=true install && popd && \
|
||||
forceversion=yes
|
||||
prebuild=sed -i -e 's@<version>3.8.2</version>@<version>3.7.0</version>@g' -e '/<repositories>/,/<\/repositories>/d' pom.xml $$whassup$$/pom.xml $$PayMe$$/pom.xml && \
|
||||
pushd $$whassup$$ && \
|
||||
$$MVN3$$ -Dmaven.test.skip=true install && \
|
||||
popd && \
|
||||
pushd $$PayMe$$ && \
|
||||
$$MVN3$$ -Dmaven.test.skip=true install && \
|
||||
popd && \
|
||||
mv $$K9Mail-XOAUTH$$/compile-only-libs $$K9Mail-XOAUTH$$/libs && \
|
||||
ant clean jar -f $$K9Mail-XOAUTH$$/build.xml && \
|
||||
$$MVN3$$ install:install-file -Dmaven.test.skip=true \
|
||||
-Dfile=$$K9Mail-XOAUTH$$/bin/k9-imapstore.jar \
|
||||
-DgroupId=com.zegoggles \
|
||||
-DartifactId=k9-imapstore \
|
||||
-Dversion=0.2 \
|
||||
-Dpackaging=jar && \
|
||||
$$MVN3$$ install:install-file -DgroupId=android \
|
||||
-DartifactId=android \
|
||||
-Dversion=4.4_r1 \
|
||||
-Dpackaging=jar \
|
||||
-Dfile=$$SDK$$/platforms/android-19/android.jar
|
||||
$$MVN3$$ install:install-file -Dmaven.test.skip=true -Dfile=$$K9Mail-XOAUTH$$/bin/k9-imapstore.jar -DgroupId=com.zegoggles -DartifactId=k9-imapstore -Dversion=0.2 -Dpackaging=jar && \
|
||||
$$MVN3$$ install:install-file -DgroupId=android -DartifactId=android -Dversion=4.4_r1 -Dpackaging=jar -Dfile=$$SDK$$/platforms/android-19/android.jar
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.5.5
|
||||
Current Version Code:1531
|
||||
Current Version:1.5.6
|
||||
Current Version Code:1539
|
||||
|
||||
|
|
Loading…
Reference in a new issue