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 @@ - +