commit a0b092856146e49b9c5056fc6f6adb070d76e0ef Author: Nathan Freitas nathan@freitas.net Date: Wed Jan 13 09:46:54 2016 -0500
15.1.0-BETA-2 --- AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index e4f7df8..c7a6598 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.1.0-BETA-1" - android:versionCode="15100011" + android:versionName="15.1.0-BETA-2" + android:versionCode="15100012" android:installLocation="auto" >