diff --git a/.gitignore b/.gitignore index 70d4095..7be3f9a 100644 --- a/.gitignore +++ b/.gitignore @@ -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 new file mode 100644 index 0000000..5d154a8 Binary files /dev/null and b/tmp/banner.png differ