small fixes to org.kontalk to stop scanner tripping
This commit is contained in:
parent
60cbee8169
commit
8c3c9d6fe3
|
@ -1,8 +1,7 @@
|
||||||
Name: Kontalk Messenger
|
|
||||||
Category:Internet
|
Category:Internet
|
||||||
License:GPLv3
|
License:GPLv3
|
||||||
Web Site:http://www.kontalk.org/
|
Web Site:http://www.kontalk.org/
|
||||||
Source Code:http://code.google.com/p/kontalk/
|
Source Code:http://code.google.com/p/kontalk.androidclient
|
||||||
Issue Tracker:http://code.google.com/p/kontalk/issues
|
Issue Tracker:http://code.google.com/p/kontalk/issues
|
||||||
Donate:http://www.kontalk.net/
|
Donate:http://www.kontalk.net/
|
||||||
FlattrID:
|
FlattrID:
|
||||||
|
@ -27,13 +26,16 @@ for sending you the verification code, than it will be discarded).
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:https://code.google.com/p/kontalk.androidclient/
|
Repo:https://code.google.com/p/kontalk.androidclient/
|
||||||
|
|
||||||
Build Version:2.2.5,21,2.2.5,submodules=no,srclibs=ActionBarSherlock@4.2.0,\
|
Build Version:2.2.5,21,2.2.5,submodules=no,srclibs=ActionBarSherlock@4.2.0,\
|
||||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
||||||
cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \
|
cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \
|
||||||
wget "http://protobuf.googlecode.com/files/protobuf-2.4.1.tar.gz" && \
|
wget "http://protobuf.googlecode.com/files/protobuf-2.4.1.tar.gz" && \
|
||||||
tar -xzf protobuf-2.4.1.tar.gz && cd protobuf-2.4.1 && ./configure && make && \
|
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 java && $$MVN3$$ package -P lite && cp target/protobuf-java-2.4.1-lite.jar ../../libs/ && \
|
||||||
|
cd ../../ && rm -rf protobuf-2.4.1*
|
||||||
|
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:2.2.5
|
Current Version:2.2.5
|
||||||
Current Version Code:21
|
Current Version Code:21
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue