Merge branch 'disable_smssync' into 'master'
SMS Backup+: Disable newest version due to app crash Need to find a better way to build the k9lib. Refs: https://github.com/jberkel/sms-backup-plus/issues/523, https://github.com/jberkel/sms-backup-plus/issues/525, See merge request !511
This commit is contained in:
commit
cc5d814c3b
|
@ -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
|
$$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
|
Build:1.5.8,1550
|
||||||
|
disable=app crash, k9lib
|
||||||
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
|
||||||
|
@ -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
|
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:
|
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:
|
* Instead of using maven to deploy to .m2 repo, we can modify upstream's build.gradle:
|
||||||
|
|
||||||
uploadArchives {
|
uploadArchives {
|
||||||
|
|
Loading…
Reference in a new issue