SMS Backup+: Try to build 1.5.5 from source. #62
This commit is contained in:
parent
3c48949189
commit
db1c7fc963
|
@ -57,12 +57,23 @@ Build:1.4.8,1409
|
||||||
mv $$K9Mail-XOAUTH$$/bin/k9-imapstore.jar libs/
|
mv $$K9Mail-XOAUTH$$/bin/k9-imapstore.jar libs/
|
||||||
|
|
||||||
Build:1.5.5,1531
|
Build:1.5.5,1531
|
||||||
disable=maven repo can't be found at 1.5.5
|
disable=doesn't build
|
||||||
commit=1.5.5
|
commit=1.5.5
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
srclibs=whassup@0.0.4,PayMe@0.0.2,K9Mail-XOAUTH@70c41c71cd
|
||||||
|
prebuild=pushd $$whassup$$ && $$MVN3$$ install && popd && \
|
||||||
|
pushd $$PayMe$$ && $$MVN3$$ install && popd && \
|
||||||
|
sed -i -e '14,17d' build.gradle && \
|
||||||
|
sed -i -e '/mavenCentral/amavenLocal()\njCenter()' build.gradle && \
|
||||||
|
mv $$K9Mail-XOAUTH$$/compile-only-libs $$K9Mail-XOAUTH$$/libs && \
|
||||||
|
ant clean jar -f $$K9Mail-XOAUTH$$/build.xml && \
|
||||||
|
$$MVN3$$ install:install-file -Dfile=$$K9Mail-XOAUTH$$/bin/k9-imapstore.jar \
|
||||||
|
-DgroupId=com.zegoggles \
|
||||||
|
-DartifactId=k9-imapstore \
|
||||||
|
-Dversion=0.1 \
|
||||||
|
-Dpackaging=jar
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:1.5.5
|
Current Version:1.5.5
|
||||||
Current Version Code:1531
|
Current Version Code:1531
|
||||||
|
|
||||||
|
|
2
srclibs/PayMe.txt
Normal file
2
srclibs/PayMe.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/jberkel/pay-me
|
2
srclibs/whassup.txt
Normal file
2
srclibs/whassup.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/jberkel/whassup
|
Loading…
Reference in a new issue