From 01368e3b1fd4d565e3692077fb6dd5d736d9085c Mon Sep 17 00:00:00 2001 From: Erinn Clark Date: Thu, 29 Jul 2010 15:00:10 +0000 Subject: [PATCH] update BUILD with new android target, update strings for new versions of Tor and Orbot svn:r22703 --- AndroidManifest.xml | 2 +- BUILD | 2 +- build.xml | 2 +- default.properties | 2 +- res/layout/layout_about.xml | 2 +- res/values/strings.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index af077f41..08eec664 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,7 +1,7 @@ + android:versionName="0.2.2.14-orbot-alpha-0.0.9" android:versionCode="8"> diff --git a/BUILD b/BUILD index 7f09c55b..d0d7e75e 100644 --- a/BUILD +++ b/BUILD @@ -122,7 +122,7 @@ Finally, we'll make a proper Android package with ant and the Android App SDK: cd ../Orbot/ cp ~/mydroid/external/privoxy/privoxy-3.0.12-stable/privoxy assets/privoxy cp ~/mydroid/external/tor/tor/src/or/tor assets/tor - $APP_SDK/android update project --name Orbot --target 1 --path . + $APP_SDK/android update project --name Orbot --target 3 --path . ant release This will produce an unsigned Tor package in ./bin/Orbot-unsigned.apk! diff --git a/build.xml b/build.xml index 08dd4a6c..0128a2de 100644 --- a/build.xml +++ b/build.xml @@ -1,5 +1,5 @@ - +