QuickMSG: Remove prebuild and srclibs; verify jars
This commit is contained in:
parent
a69aaed312
commit
0eca080f3e
|
@ -17,22 +17,16 @@ Repo:http://quickmsg.vreeken.net/QuickMSG.git/
|
|||
Build:1.0,1
|
||||
commit=9df2430bedb611bbb7d9b7e8435e16267dcce39b
|
||||
init=rm -f build.xml
|
||||
extlibs=android/android-support-v4.jar
|
||||
srclibs=1:SpongyCastle@sc-v1.50.0.0
|
||||
prebuild=rm libs/* && \
|
||||
pushd libs && wget -c http://javamail-android.googlecode.com/files/activation.jar && \
|
||||
wget -c http://javamail-android.googlecode.com/files/additionnal.jar && \
|
||||
wget -c http://javamail-android.googlecode.com/files/mail.jar && popd && rm -fR tmp
|
||||
|
||||
Maintainer Notes:
|
||||
RE-CHECK jars if libs/* changed:
|
||||
|
||||
prov-1.50.0.0.jar => https://github.com/rtyley/spongycastle
|
||||
pg-1.50.0.0.jar => https://github.com/rtyley/spongycastle
|
||||
core-1.50.0.0.jar => https://github.com/rtyley/spongycastle
|
||||
mail.jar => http://code.google.com/p/javamail-android/
|
||||
activation.jar => http://code.google.com/p/javamail-android/
|
||||
additionnal.jar => http://code.google.com/p/javamail-android/
|
||||
|
||||
maybe: https://raw.githubusercontent.com/timlian/android-javamail ?
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
# Source details (the only mandatory fields)
|
||||
Repo Type:git
|
||||
Repo:https://github.com/rtyley/spongycastle.git
|
||||
|
||||
# Comma-separated list of subdirs to use. The first existing subdirectory
|
||||
# found between those given will be used. If none is found or provided, the
|
||||
# root of the repo directory will be used instead.
|
||||
Subdir:
|
||||
|
||||
# Any extra commands to prepare the source library
|
||||
Prepare:gradle jar
|
||||
|
||||
# If given "Yes", "android update project -p ." will be executed
|
||||
Update Project:
|
||||
|
Loading…
Reference in a new issue