SMS Backup+: Prepare 1.5.6-RC1.
This commit is contained in:
parent
0b61836ec6
commit
beff11f834
|
@ -28,6 +28,8 @@ SMS Backup+ will skip the restore of already existing messages.
|
||||||
Please note that auto backup might not work reliably when SMS Backup+
|
Please note that auto backup might not work reliably when SMS Backup+
|
||||||
is installed on the SD card.
|
is installed on the SD card.
|
||||||
See the source code page for more detailed instructions and an FAQ.
|
See the source code page for more detailed instructions and an FAQ.
|
||||||
|
|
||||||
|
[https://github.com/jberkel/sms-backup-plus/blob/HEAD/CHANGES Changelog]
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
@ -107,10 +109,11 @@ Build:1.5.6-beta4,1542
|
||||||
$$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 -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 -DgroupId=android -DartifactId=android -Dversion=4.4_r1 -Dpackaging=jar -Dfile=$$SDK$$/platforms/android-19/android.jar
|
||||||
|
|
||||||
Build:1.5.6-beta5,1543
|
Build:1.5.6,1545
|
||||||
commit=1.5.6-BETA5
|
disable=k9imapstore library changed
|
||||||
|
commit=1.5.6-RC1
|
||||||
maven=yes
|
maven=yes
|
||||||
srclibs=whassup@bfe515d821681bdcfac3013f0801da6027bef97c,PayMe@0.0.3,K9Mail-XOAUTH@445f0d6cc5b9538d92a6d89d14420d2c613a7048
|
srclibs=whassup@0.0.6,PayMe@0.0.3,k9lib@6a65e438f26d84d841fa17c781bb02873bc968f8
|
||||||
forceversion=yes
|
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 && \
|
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$$ && \
|
pushd $$whassup$$ && \
|
||||||
|
@ -119,9 +122,7 @@ Build:1.5.6-beta5,1543
|
||||||
pushd $$PayMe$$ && \
|
pushd $$PayMe$$ && \
|
||||||
$$MVN3$$ -Dmaven.test.skip=true install && \
|
$$MVN3$$ -Dmaven.test.skip=true install && \
|
||||||
popd && \
|
popd && \
|
||||||
mv $$K9Mail-XOAUTH$$/compile-only-libs $$K9Mail-XOAUTH$$/libs && \
|
pushd $$k9lib$$ && gradle install && popd \
|
||||||
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.3 -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 -DgroupId=android -DartifactId=android -Dversion=4.4_r1 -Dpackaging=jar -Dfile=$$SDK$$/platforms/android-19/android.jar
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
|
|
Loading…
Reference in a new issue