commit ec1c92f51957d4e93f8da35b81b603ace17acb7a Author: Nathan Freitas nathan@freitas.net Date: Mon Nov 17 16:17:22 2014 -0500
updated version for lollipop --- AndroidManifest.LOLLIPOP.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/AndroidManifest.LOLLIPOP.xml b/AndroidManifest.LOLLIPOP.xml index d9a761e..69d8d87 100644 --- a/AndroidManifest.LOLLIPOP.xml +++ b/AndroidManifest.LOLLIPOP.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.1.1" - android:versionCode="128" + android:versionName="14.1.1-PIE" + android:versionCode="129" android:installLocation="auto" >
tor-commits@lists.torproject.org