From 4f8ee94694533267f48c83e39d2465c71f77a1be Mon Sep 17 00:00:00 2001 From: David Black Date: Sun, 31 Mar 2013 21:17:58 +0100 Subject: [PATCH] fix 1.6 org.fastergps --- metadata/org.fastergps.txt | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/metadata/org.fastergps.txt b/metadata/org.fastergps.txt index 5ba58ce3bf..253a9e11c0 100644 --- a/metadata/org.fastergps.txt +++ b/metadata/org.fastergps.txt @@ -31,21 +31,23 @@ Build Version:1.3,4,f6d9482,subdir=org_fastergps/,prebuild=\ $$SDK$$/tools/android update project -p ../org_donations Build Version:1.4,5,0bd14a0,subdir=org_fastergps/,prebuild=\ $$SDK$$/tools/android update project -p ../org_donations -Build Version:1.6,5,399ec19,subdir=FasterGPS,\ +Build Version:1.6,7,399ec19,subdir=FasterGPS,\ extlibs=htmlcleaner/htmlcleaner-2.2.jar,init=rm -f android-libs/Donations/custom_rules.xml && \ git clone https://github.com/dschuermann/HtmlSpanner android-libs/HS && \ git clone https://github.com/dschuermann/root-commands android-libs/RC && \ -cd android-libs/RC && git checkout a99695d4cd,\ +cd android-libs/RC && git checkout a99695d4cd && rm -rf RootCommands-Demo,\ update=.;android-libs/Donations;android-libs/HS/htmlspanner;\ -android-libs/RC/RootCommands\ Library,prebuild=\ +android-libs/RC/RootCommands-Library,prebuild=\ +find . -type f -print0 | xargs -0 sed -i 's/org.rootcommands/org.sufficientlysecure.rootcommands/g' && \ rm -f libs/root-commands-1.2.jar libs/htmlspanner-0.2-fork.jar && \ cp -f libs/htmlcleaner-2.2.jar android-libs/HS/htmlspanner/libs/ && \ -echo "android.library.reference.2=android-libs/RC/RootCommands Library" >> project.properties && \ +echo "android.library.reference.2=android-libs/RC/RootCommands-Library" >> project.properties && \ echo "android.library.reference.3=android-libs/HS/htmlspanner" >> project.properties && \ cp android-libs/Donations/ant-templates/other/DonationsConfig.java \ android-libs/Donations/src/org/donations/ +Auto Update Mode:None Update Check Mode:RepoManifest -Current Version:1.4 -Current Version Code:5 +Current Version:1.6 +Current Version Code:7