commit 30e37993bbfc248eea0476af01e91ef8126e88d9 Author: Nathan Freitas nathan@freitas.net Date: Mon Jul 13 23:13:50 2015 -0400
15.0.1-RC-2-PIE --- AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 75cf716..24beb2f 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.1-RC-1-PIE" - android:versionCode="15012110" + android:versionName="15.0.1-RC-2-PIE" + android:versionCode="15012210" android:installLocation="auto" >
tor-commits@lists.torproject.org