From 6006b744208cbbca31b18660f15e73c51f947310 Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Wed, 20 Oct 2010 22:46:05 +0100 Subject: [PATCH] Updated for release 0.11 --- AndroidManifest.xml | 4 ++-- build.properties | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 6fd510202..90c320e36 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,7 +1,7 @@ + package="org.fdroid.fdroid" android:versionCode="2" + android:versionName="0.11"> android:label="@string/app_name" diff --git a/build.properties b/build.properties index edc7f2305..3bd1e98e5 100644 --- a/build.properties +++ b/build.properties @@ -14,4 +14,13 @@ # 'key.store' for the location of your keystore and # 'key.alias' for the name of the key to use. # The password will be asked during the build when you use the 'release' target. +key.store=/home/ciaran/pwsafe/droidrelease.keystore +key.alias=ciarang + +release.sign=true + +# The name of your application package as defined in the manifest. +# Used by the 'uninstall' rule. +application.package=org.fdroid.fdroid +