Properly disable callmeter, add description

This commit is contained in:
Daniel Martí 2013-02-22 08:51:26 +01:00
parent fd961119da
commit 01091c24fd

View file

@ -38,7 +38,15 @@ rm libs/* && sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$
sed -i 's@\(android.library.reference.2=\).*@\1$$ViewPagerIndicator$$@' project.properties && \
echo "android.library.reference.3=$$ub0rlib$$" >> project.properties && \
echo "android.library.reference.4=$$MobAdMob$$" >> project.properties
Build Version:3.8.1,!java complains 7381000,CallMeter3G-3.8.1,srclibs=\
# Callmeter shows an error about android support jar. This is because the
# latest support jar isnt being supplied by the libraries. This can be fixed
# by using the latest support jar. This must be imported as an extlib and
# copied into the libraries to avoid conflicts. I guess this only happens with
# ant.
# extlibs=android/android-support-v4.jar,prebuild=\
# cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && mv\
# libs/android-support-v4.jar $$ViewPagerIndicator$$/libs/ && \...
Build Version:3.8.1,7381000,!java complains CallMeter3G-3.8.1,srclibs=\
ActionBarSherlock@4.2.0;ViewPagerIndicator@2.4.1;ub0rlib@144a5da04c;MobAdMob@2d5736,prebuild=\
rm libs/* && sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
sed -i 's@\(android.library.reference.2=\).*@\1$$ViewPagerIndicator$$@' project.properties && \