commit cd22a686159982af7e631f09d3baf278c7ee096c Author: Nathan Freitas nathan@freitas.net Date: Fri Oct 24 01:17:01 2014 -0400
update to 15.0.0-ALPHA-1 --- AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 2ec54b5..f1d0d62 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.torproject.android" - android:versionName="14.0.8.1" - android:versionCode="124" + android:versionName="15.0.0-ALPHA-1" + android:versionCode="125" android:installLocation="auto" >
tor-commits@lists.torproject.org