From 764cfc91ec8551c2f84a0561b9e76b0e03c1b4ac Mon Sep 17 00:00:00 2001 From: meeh Date: Wed, 29 May 2019 18:11:51 +0000 Subject: [PATCH] Instructions for development builds --- DEVELOPMENT-README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 DEVELOPMENT-README.md diff --git a/DEVELOPMENT-README.md b/DEVELOPMENT-README.md new file mode 100644 index 000000000..25298f135 --- /dev/null +++ b/DEVELOPMENT-README.md @@ -0,0 +1,11 @@ +# Development Readme + +## How to build development builds of the router core for android? + +Check the RELEASE-PROCESS.md file for general information about how to build and to bump the version. + +In your i2p.i2p codebase checkout, execute `./installer/resources/maven-dev-release.sh` with your build number as first argument. +The script locates itself and uses the same codebase as it's in, to produce the maven builds which will be locally installed. + +Next, add the build number to the gradle.properties and build the android build as usual. +