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 +