From a32d149e24e0ac641c4fd1fe52f1cc85f273ad52 Mon Sep 17 00:00:00 2001 From: str4d Date: Sat, 28 Jun 2014 04:21:35 +0000 Subject: [PATCH] Signing instructions --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 3a32499..3dce99f 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,16 @@ Bote is an Android port of I2P-Bote. 1. Import `i2p.i2p-bote.android` into Android Studio. (This creates the `local.properties` file automatically). 2. Build and run the app (`Shift+F10`). + +### Signing release builds + +1. Create a `signing.properties` file in `i2p.i2p-bote.android` containing: + + ``` + STORE_FILE=/path/to/android.keystore + STORE_PASSWORD=store.password + KEY_ALIAS=key.alias + KEY_PASSWORD=key.password + ``` + +2. `./gradlew assembleRelease`