SMS Backup+: Disable newest version due to app crash

This commit is contained in:
Rancor 2015-01-18 18:54:16 +01:00
parent f76f811374
commit 916d7113a9

View file

@ -128,6 +128,7 @@ Build:1.5.6,1546
$$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,1550
disable=app crash, k9lib
commit=1.5.8
maven=yes
srclibs=whassup@0.0.7,PayMe@0.0.4,k9lib@f7b2f260265e230ba74be11469f4cf3db4c5745e
@ -146,6 +147,7 @@ Build:1.5.8,1550
sed -i 's;<dependencies>;<dependencies>\n<dependency>\n<groupId>org.apache.james</groupId>\n<artifactId>apache-mime4j-core</artifactId>\n<version>0.7.2</version>\n</dependency>\n;' pom.xml
Maintainer Notes:
* App crash because not building the k9lib from source (https://github.com/jberkel/sms-backup-plus/issues/525)
* Instead of using maven to deploy to .m2 repo, we can modify upstream's build.gradle:
uploadArchives {