diff options
author | NeroBurner <pyro4hell@gmail.com> | 2021-06-21 21:51:42 +0200 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2021-10-18 18:11:33 +0100 |
commit | 27f4195471fbbac33b5cdc19025ec5aa6c118a75 (patch) | |
tree | 193758bcafe425e7dcb9d77796ec3674eea182b6 /doc | |
parent | b2596eda32a41a8008b6979d7a29e0c225421a3a (diff) | |
download | minetest-27f4195471fbbac33b5cdc19025ec5aa6c118a75.tar.gz minetest-27f4195471fbbac33b5cdc19025ec5aa6c118a75.tar.bz2 minetest-27f4195471fbbac33b5cdc19025ec5aa6c118a75.zip |
Move build/android directory to root of project (#11283)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.android | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.android b/doc/README.android index f6b67978f..3833688b1 100644 --- a/doc/README.android +++ b/doc/README.android @@ -74,7 +74,7 @@ automatically. Or you can create a `local.properties` file and specify are different tutorials on the web explaining how to do it - choose one yourself. -* Once your keystore is setup, enter build/android subdirectory and create a new +* Once your keystore is setup, enter the android subdirectory and create a new file "ant.properties" there. Add following lines to that file: > key.store=<path to your keystore> |