Update CV of SMS Backup+ to 1.5.8 (1549)
This commit is contained in:
parent
9fcea4ce0f
commit
ed642f60d8
|
@ -131,15 +131,16 @@ Build:1.5.8,1549
|
||||||
commit=1.5.8
|
commit=1.5.8
|
||||||
maven=yes
|
maven=yes
|
||||||
srclibs=whassup@0.0.7,PayMe@0.0.4,k9lib@f7b2f260265e230ba74be11469f4cf3db4c5745e
|
srclibs=whassup@0.0.7,PayMe@0.0.4,k9lib@f7b2f260265e230ba74be11469f4cf3db4c5745e
|
||||||
prebuild=\
|
prebuild=pushd $$k9lib$$/k9mail-library && \
|
||||||
pushd $$k9lib$$/k9mail-library && gradle build && \
|
gradle build && \
|
||||||
$$MVN3$$ install:install-file -DgroupId=com.fsck.k9.mail \
|
$$MVN3$$ install:install-file -DgroupId=com.fsck.k9.mail -DartifactId=lib -Dversion=0.0.1.f7b2f26 -Dpackaging=aar -Dfile=build/outputs/aar/k9mail-library-release.aar && \
|
||||||
-DartifactId=lib \
|
popd && \
|
||||||
-Dversion=0.0.1.f7b2f26 \
|
pushd $$whassup$$ && \
|
||||||
-Dpackaging=aar \
|
$$MVN3$$ -Dmaven.test.skip=true install && \
|
||||||
-Dfile=build/outputs/aar/k9mail-library-release.aar && popd && \
|
popd && \
|
||||||
pushd $$whassup$$ && $$MVN3$$ -Dmaven.test.skip=true install && popd && \
|
pushd $$PayMe$$ && \
|
||||||
pushd $$PayMe$$ && $$MVN3$$ -Dmaven.test.skip=true install && popd && \
|
$$MVN3$$ -Dmaven.test.skip=true install && \
|
||||||
|
popd && \
|
||||||
$$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
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
|
@ -162,6 +163,6 @@ uploadArchives {
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:1.5.7
|
Current Version:1.5.8
|
||||||
Current Version Code:1548
|
Current Version Code:1549
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue