update gtalksms to 4.3
This commit is contained in:
parent
0f9f3cea31
commit
e3d5b5e498
|
@ -15,7 +15,7 @@ new text message (SMS) or an incoming call. Think of it as a remote control
|
||||||
for your Android phone via XMPP that informs you about recent events on
|
for your Android phone via XMPP that informs you about recent events on
|
||||||
your smartphone.
|
your smartphone.
|
||||||
|
|
||||||
The non-free Google Admob library has been replace with the open-source MobAdMob.
|
Google Admob library is no longer in the source code.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:hg
|
Repo Type:hg
|
||||||
|
@ -24,9 +24,12 @@ Repo:https://code.google.com/p/gtalksms/
|
||||||
Build Version:4.2,64,v4.2,\
|
Build Version:4.2,64,v4.2,\
|
||||||
update=.;external-libs/ActionBarSherlock-4.1.0.0,srclibs=MobAdMob@2d5736,prebuild=\
|
update=.;external-libs/ActionBarSherlock-4.1.0.0,srclibs=MobAdMob@2d5736,prebuild=\
|
||||||
rm -rf test/ libs-sources/ libs/GoogleAdMobAdsSdk-6.0.1.jar libs/libGoogleAnalytics.jar && \
|
rm -rf test/ libs-sources/ libs/GoogleAdMobAdsSdk-6.0.1.jar libs/libGoogleAnalytics.jar && \
|
||||||
echo "android.library.reference.2=$$MobAdMob$$" >> project.properties
|
Build Version:4.3,66,v4.3,srclibs=ActionBarSherlock@4.2.0,prebuild=\
|
||||||
|
echo "android.library.reference.2=$$MobAdMob$$" >> project.properties && \
|
||||||
|
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
|
||||||
|
|
||||||
#Device-variable: see downloads for current version
|
#Device-variable: see downloads for current version
|
||||||
Update Check Mode:None
|
Update Check Mode:None
|
||||||
Current Version:4.2
|
Current Version:4.3
|
||||||
Current Version Code:64
|
Current Version Code:66
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue