Merge pull request #74 from navjotcis/newwork

fixed android app crashing issue
This commit is contained in:
navjotcis 2020-04-16 21:34:35 +05:30 committed by GitHub
commit a416e57eeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -160,7 +160,7 @@ android.ndk = 17c
#android.add_activites = com.example.ExampleActivity
# (str) python-for-android branch to use, defaults to stable
p4a.branch = master
p4a.branch = release-2019.07.08
# (str) OUYA Console category. Should be one of GAME or APP
# If you leave this blank, OUYA support will not be enabled

View File

@ -1,6 +1,5 @@
"""This module is for thread start."""
import state
from bitmessagemain import main
if __name__ == '__main__':
state.kivy = True