diff options
| author | juloo | 2015-08-16 19:37:16 +0200 |
|---|---|---|
| committer | juloo | 2015-08-16 19:37:16 +0200 |
| commit | 4870fae20d942a243cd0711d9964ddf8177c63b4 (patch) | |
| tree | 73ba5a2989b124b0543d953439a0abc3aaf8a8d0 | |
| parent | f94551289af2b9260aff73fd073b74823b28c0ff (diff) | |
| download | unexpected-keyboard-4870fae20d942a243cd0711d9964ddf8177c63b4.tar.gz unexpected-keyboard-4870fae20d942a243cd0711d9964ddf8177c63b4.zip | |
Publish on Play store
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | ant.properties | 2 | ||||
| -rw-r--r-- | tmp/banner.png | bin | 0 -> 42030 bytes |
3 files changed, 3 insertions, 0 deletions
@@ -2,3 +2,4 @@ local.properties proguard-project.txt bin/* gen/* +*.keystore diff --git a/ant.properties b/ant.properties index 823213a..5d4dca6 100644 --- a/ant.properties +++ b/ant.properties @@ -16,3 +16,5 @@ source.dir=srcs # '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=release-keys.keystore +key.alias=releasekey diff --git a/tmp/banner.png b/tmp/banner.png Binary files differnew file mode 100644 index 0000000..5d154a8 --- /dev/null +++ b/tmp/banner.png |
