Skip to content

Commit 8b26d31

Browse files
committed
android readme: update outdated "debug vs release build" section
1 parent 777c2ff commit 8b26d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/android/Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ If you just follow the instructions above, you will build the apk
123123
in debug mode. The most notable difference is that the apk will be
124124
signed using a debug keystore. If you are planning to upload
125125
what you build to e.g. the Play Store, you should create your own
126-
keystore, back it up safely, and run `./contrib/make_apk.sh release`.
126+
keystore, back it up safely, and run `./build.sh` in `release` mode.
127127
128128
See e.g. [kivy wiki](https://github.com/kivy/kivy/wiki/Creating-a-Release-APK)
129129
and [android dev docs](https://developer.android.com/studio/build/building-cmdline#sign_cmdline).

0 commit comments

Comments
 (0)