Merge commit 'refs/merge-requests/349' of gitorious.org:f-droid/fdroiddata

This commit is contained in:
Daniel Martí 2014-01-23 23:25:03 +01:00
commit e54d90861a

View file

@ -1,6 +1,6 @@
Repo Type:git-svn
Repo:http://roottools.googlecode.com/svn;trunk=trunk/Stable/RootTools-sdk3-generic;tags=trunk/Stable/TAGS
#Prepare:mkdir -p bin/classes && echo -e "android.library=true\ntarget=android-16\n" >> project.properties
#Update Project:Yes
Prepare:echo -e "android.library=true\ntarget=android-16\n" >> project.properties && sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml
Update Project:Yes