commit f13269fae2b733f1d0b3d2bcfa0dc328296ca02c Author: Nathan Freitas nathan@freitas.net Date: Thu Aug 7 13:10:56 2014 -0400
update to 14.0.5.3 --- AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 14c2a21..3fd3b4f 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.5.2" - android:versionCode="115" + android:versionName="14.0.5.3" + android:versionCode="116" android:installLocation="auto" >
tor-commits@lists.torproject.org