commit 8b6133ff264e0a1c1315c189453aabd4cc80cf7a Author: Nathan Freitas nathan@freitas.net Date: Mon Jan 9 00:22:35 2012 -0500
updated core project files and build numbers --- .classpath | 2 +- AndroidManifest.xml | 2 +- default.properties | 14 -------------- 3 files changed, 2 insertions(+), 16 deletions(-)
diff --git a/.classpath b/.classpath index 1182977..9a448b2 100644 --- a/.classpath +++ b/.classpath @@ -5,5 +5,5 @@ <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> <classpathentry kind="lib" path="libs/jtorctrl.jar"/> <classpathentry kind="lib" path="libs/whispercore.jar"/> - <classpathentry kind="output" path="bin"/> + <classpathentry kind="output" path="bin/classes"/> </classpath> diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 051c847..c6ce88e 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" - package="org.torproject.android" android:versionName="0.2.3.7-alpha-orbot-1.0.7-ALPHA" android:versionCode="21"> + package="org.torproject.android" android:versionName="0.2.3.10-alpha-orbot-1.0.7-ALPHA" android:versionCode="22">
<uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/> diff --git a/default.properties b/default.properties deleted file mode 100644 index 08ad68f..0000000 --- a/default.properties +++ /dev/null @@ -1,14 +0,0 @@ -# This file is automatically generated by Android Tools. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file must be checked in Version Control Systems. -# -# To customize properties used by the Ant build system use, -# "build.properties", and override values to adapt the script to your -# project structure. - -# Indicates whether an apk should be generated for each density. -split.density=false -# Project target. -target=android-4 -apk-configurations=
tor-commits@lists.torproject.org