Conversations: cleanup, don't do AUM
This commit is contained in:
parent
0af6e026ea
commit
d9bce12cd8
|
@ -28,7 +28,6 @@ Repo:https://github.com/siacs/Conversations.git
|
||||||
|
|
||||||
Build:0.1.2,8
|
Build:0.1.2,8
|
||||||
disable=tried to remove jars, see maintainer notes
|
disable=tried to remove jars, see maintainer notes
|
||||||
extlibs=android/android-support-v4.jar
|
|
||||||
commit=0.1.2
|
commit=0.1.2
|
||||||
submodules=yes
|
submodules=yes
|
||||||
|
|
||||||
|
@ -37,9 +36,11 @@ Maintainer Notes:
|
||||||
prebuild=pushd libs && rm android-support-v4.jar bcprov-jdk15on-150.jar && \
|
prebuild=pushd libs && rm android-support-v4.jar bcprov-jdk15on-150.jar && \
|
||||||
git clone https://github.com/bcgit/bc-java.git && pushd bc-java && \
|
git clone https://github.com/bcgit/bc-java.git && pushd bc-java && \
|
||||||
gradle jar && cp prov/build/libs/* ../ && popd && rm -fR bc-java && popd
|
gradle jar && cp prov/build/libs/* ../ && popd && rm -fR bc-java && popd
|
||||||
|
|
||||||
|
(Note: don't run git clone manually, use another srclib)
|
||||||
.
|
.
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:0.1.2
|
Current Version:0.1.2
|
||||||
Current Version Code:8
|
Current Version Code:8
|
||||||
|
|
Loading…
Reference in a new issue