Update SMS Backup+ to 1.5.8 (1549)

This commit is contained in:
Boris Kraut 2015-01-07 19:51:41 +01:00
parent 21f2e42a28
commit cf725660c8

View file

@ -127,6 +127,39 @@ Build:1.5.6,1546
popd && \
$$MVN3$$ install:install-file -DgroupId=android -DartifactId=android -Dversion=4.4_r1 -Dpackaging=jar -Dfile=$$SDK$$/platforms/android-19/android.jar
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 && \
$$MVN3$$ install:install-file -DgroupId=android -DartifactId=android -Dversion=4.4_r1 -Dpackaging=jar -Dfile=$$SDK$$/platforms/android-19/android.jar
Maintainer Notes:
* 1.5.8 builds locally, but might not do so on the BS due to gradle usage.
* Instead of using maven to deploy to .m2 repo, we can modify upstream's build.gradle:
uploadArchives {
repositories {
mavenDeployer {
def sha = ...
repository{ mavenLocal() }
}
pom.project {
...
}
}
}
.
Auto Update Mode:None
Update Check Mode:Tags
Current Version:1.5.7