Updated for release 0.11
This commit is contained in:
parent
9f784c7552
commit
6006b74420
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.fdroid.fdroid" android:versionCode="1"
|
package="org.fdroid.fdroid" android:versionCode="2"
|
||||||
android:versionName="0.10">
|
android:versionName="0.11">
|
||||||
<application android:label="@string/app_name">
|
<application android:label="@string/app_name">
|
||||||
<activity android:name="FDroid">
|
<activity android:name="FDroid">
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
|
@ -14,4 +14,13 @@
|
|||||||
# 'key.store' for the location of your keystore and
|
# 'key.store' for the location of your keystore and
|
||||||
# 'key.alias' for the name of the key to use.
|
# 'key.alias' for the name of the key to use.
|
||||||
# The password will be asked during the build when you use the 'release' target.
|
# 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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user