commit 989d43aca7d999c413ba23ae4ebdcac72fb0f9c5 Author: Nathan Freitas nathan@freitas.net Date: Fri Apr 3 13:02:00 2015 -0400
v15.0.0 beta 1 --- AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 8555e96..1041e6a 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="15.0.0-alpha-5" - android:versionCode="15005" + android:versionName="15.0.0-beta-1" + android:versionCode="15100" android:installLocation="auto" >
tor-commits@lists.torproject.org