Conversations: Try to remove jars...
This commit is contained in:
parent
9dfa43b016
commit
4bf1904219
|
@ -26,13 +26,14 @@ Noteable XEPs:
|
|||
Repo Type:git
|
||||
Repo:https://github.com/siacs/Conversations.git
|
||||
|
||||
Build:0.1.2,8
|
||||
disable=tried to remove jars, see maintainer notes
|
||||
Build:0.1.3,9
|
||||
srclibs=Otr4j-jitsi@6d879761605dba48c80c0d3f44a6555b522d0c2e,BouncyCastle@r1rv50
|
||||
commit=0.1.2
|
||||
submodules=yes
|
||||
rm=libs/*jar
|
||||
prebuild=pushd $$BouncyCastle$$ && gradle jar && popd && cp $$BouncyCastle$$/prov/build/libs/* libs/ && cp -r $$Otr4j-jitsi$$/src/main src/
|
||||
|
||||
Maintainer Notes:
|
||||
srclibs=Otr4j-jitsi@6d879761605dba48c80c0d3f44a6555b522d0c2e
|
||||
prebuild=pushd libs && rm android-support-v4.jar bcprov-jdk15on-150.jar && \
|
||||
git clone https://github.com/bcgit/bc-java.git && pushd bc-java && \
|
||||
gradle jar && cp prov/build/libs/* ../ && popd && rm -fR bc-java && popd
|
||||
|
|
15
srclibs/BouncyCastle.txt
Normal file
15
srclibs/BouncyCastle.txt
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Source details (the only mandatory fields)
|
||||
Repo Type:git
|
||||
Repo:https://github.com/bcgit/bc-java.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:
|
||||
|
||||
# If given "Yes", "android update project -p ." will be executed
|
||||
Update Project:
|
||||
|
Loading…
Reference in a new issue