fdroiddata/srclibs/RootTools.txt
Hans-Christoph Steiner fdd87360e0 use https to access google code svn repos
SVN does not provide the same level of security as git, so it is more
important that SVN is accessed using https.

sed -i 's,http://\([^.]*\).googlecode.com/svn,https://\1.googlecode.com/svn,g'
2014-01-30 20:51:41 -05:00

7 lines
301 B
Plaintext

Repo Type:git-svn
Repo:https://roottools.googlecode.com/svn;trunk=trunk/Stable/RootTools-sdk3-generic;tags=trunk/Stable/TAGS
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