commit 7dc30f9d183b32f30110d91e3ccb490af7500c06 Author: Nathan Freitas nathan@freitas.net Date: Tue Jul 14 11:04:44 2015 -0400
update to 15.0.1-RC-3 with openssl 1.0.2a also this build adds x86 back in --- AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 24beb2f..045091d 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-2-PIE" - android:versionCode="15012210" + android:versionName="15.0.1-RC-3" + android:versionCode="15012310" android:installLocation="auto" >
tor-commits@lists.torproject.org