Skip to content

Commit c7fc345

Browse files
committed
Added alpha release notice to logger output
1 parent 0a6a6c8 commit c7fc345

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pythonforandroid/toolchain.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@
6767

6868
IS_PY3 = sys.version_info[0] >= 3
6969

70+
info(Style.BRIGHT + Fore.RED + 'This python-for-android revamp is an experimental alpha release!' + Style.RESET_ALL)
71+
info(Fore.RED + 'It should work (mostly), but you may experience missing features or bugs.' + Style.RESET_ALL)
72+
info(Fore.RED + 'See http://inclem.net/files/p4a_revamp_doc/index.html for the current (WIP) documentation.' + Style.RESET_ALL)
7073

7174

7275
def info_main(*args):

0 commit comments

Comments
 (0)