From f8ee20322551575c3f969d4b00dfb3c441ac1b3f Mon Sep 17 00:00:00 2001 From: ThomasV Date: Fri, 13 Jul 2018 18:57:04 +0200 Subject: [PATCH] rm deprecated info about apk version --- electrum/gui/kivy/Readme.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/electrum/gui/kivy/Readme.md b/electrum/gui/kivy/Readme.md index f8d881ce6..4c151accc 100644 --- a/electrum/gui/kivy/Readme.md +++ b/electrum/gui/kivy/Readme.md @@ -112,15 +112,7 @@ e.g. those needed in the next step. ~/.buildozer/android/platform/android-sdk-20/tools/android update sdk -u -t build-tools-27.0.3,android-19,extra-android-m2repository -## 9. Set apk version - -Create a file `contrib/versions.py` with contents similar to: -``` -version_apk = '3.1.999' -``` -This will be the version of the Android app. - -## 10. Build the APK +## 9. Build the APK ```sh contrib/make_apk