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
|
||||
maven=yes
|
||||
srclibs=whassup@0.0.7,PayMe@0.0.4,k9lib@f7b2f260265e230ba74be11469f4cf3db4c5745e
|
||||
prebuild=\
|
||||
pushd $$k9lib$$/k9mail-library && gradle build && \
|
||||
$$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 && popd && \
|
||||
pushd $$whassup$$ && $$MVN3$$ -Dmaven.test.skip=true install && popd && \
|
||||
pushd $$PayMe$$ && $$MVN3$$ -Dmaven.test.skip=true install && popd && \
|
||||
prebuild=pushd $$k9lib$$/k9mail-library && \
|
||||
gradle build && \
|
||||
$$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 && \
|
||||
popd && \
|
||||
pushd $$whassup$$ && \
|
||||
$$MVN3$$ -Dmaven.test.skip=true install && \
|
||||
popd && \
|
||||
pushd $$PayMe$$ && \
|
||||
$$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
|
||||
|
||||
Maintainer Notes:
|
||||
|
@ -162,6 +163,6 @@ uploadArchives {
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.5.7
|
||||
Current Version Code:1548
|
||||
Current Version:1.5.8
|
||||
Current Version Code:1549
|
||||
|
||||
|
|
Loading…
Reference in a new issue