Skip to content

Commit 4f82c4a

Browse files
committed
Fix README
1 parent 2b8f6f0 commit 4f82c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Set environment variable `ANDROID_HOME` to `/path/to/android-sdk`
2121
* Set environment variable `ANDROID_NDK_HOME` to `/path/to/android-ndk`
2222
* Create your key following the instructions at https://developer.android.com/studio/publish/app-signing.html
23-
* Create `mobile/local.properties` from `mobile/local.properties.example` with your own key information
23+
* Create `local.properties` from `local.properties.example` with your own key information
2424
* Invoke the building like this
2525

2626
```bash

0 commit comments

Comments
 (0)