From 8b26d310a36049738cf64fbcc020a0da3686f13d Mon Sep 17 00:00:00 2001 From: SomberNight Date: Mon, 26 Feb 2024 15:56:44 +0000 Subject: [PATCH] android readme: update outdated "debug vs release build" section --- contrib/android/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/android/Readme.md b/contrib/android/Readme.md index ddfabc264..ac5e2ce1b 100644 --- a/contrib/android/Readme.md +++ b/contrib/android/Readme.md @@ -123,7 +123,7 @@ If you just follow the instructions above, you will build the apk in debug mode. The most notable difference is that the apk will be signed using a debug keystore. If you are planning to upload what you build to e.g. the Play Store, you should create your own -keystore, back it up safely, and run `./contrib/make_apk.sh release`. +keystore, back it up safely, and run `./build.sh` in `release` mode. See e.g. [kivy wiki](https://github.com/kivy/kivy/wiki/Creating-a-Release-APK) and [android dev docs](https://developer.android.com/studio/build/building-cmdline#sign_cmdline).