Update Kontalk (org.kontalk) to 2.2.9 (26)
This commit is contained in:
parent
c8bcfa580b
commit
7cd2f42918
|
@ -91,6 +91,22 @@ Build:2.2.8,25
|
||||||
cd ../../ && \
|
cd ../../ && \
|
||||||
rm -rf protobuf-2.4.1*
|
rm -rf protobuf-2.4.1*
|
||||||
|
|
||||||
|
Build:2.2.9,26
|
||||||
|
commit=2.2.9
|
||||||
|
srclibs=ActionBarSherlock@4.4.0
|
||||||
|
prebuild=sed -i 's@\(reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
||||||
|
cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \
|
||||||
|
wget "http://protobuf.googlecode.com/files/protobuf-2.4.1.tar.gz"
|
||||||
|
build=tar -xzf protobuf-2.4.1.tar.gz && \
|
||||||
|
cd protobuf-2.4.1 && \
|
||||||
|
./configure && \
|
||||||
|
make && \
|
||||||
|
cd java && \
|
||||||
|
$$MVN3$$ package -P lite && \
|
||||||
|
cp target/protobuf-java-2.4.1-lite.jar ../../libs/ && \
|
||||||
|
cd ../../ && \
|
||||||
|
rm -rf protobuf-2.4.1*
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:2.2.9
|
Current Version:2.2.9
|
||||||
|
|
Loading…
Reference in a new issue