Updated for release 0.11

This commit is contained in:
Ciaran Gultnieks 2010-10-20 22:46:05 +01:00
parent 9f784c7552
commit 6006b74420
2 changed files with 11 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.fdroid.fdroid" android:versionCode="1"
android:versionName="0.10">
package="org.fdroid.fdroid" android:versionCode="2"
android:versionName="0.11">
<application android:label="@string/app_name">
<activity android:name="FDroid">
android:label="@string/app_name"

View File

@ -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