diff --git a/metadata/com.zegoggles.smssync.txt b/metadata/com.zegoggles.smssync.txt index 3aa79a914f..04096a89e1 100644 --- a/metadata/com.zegoggles.smssync.txt +++ b/metadata/com.zegoggles.smssync.txt @@ -141,10 +141,11 @@ Build:1.5.8,1550 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 + $$MVN3$$ install:install-file -DgroupId=android -DartifactId=android -Dversion=4.4_r1 -Dpackaging=jar -Dfile=$$SDK$$/platforms/android-19/android.jar && \ + sed -i 's;;\n\ncommons-io\ncommons-io\n2.4\n\n;' pom.xml && \ + sed -i 's;;\n\norg.apache.james\napache-mime4j-core\n0.7.2\n\n;' pom.xml 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 {