bugfix
This commit is contained in:
parent
4bd7b274a6
commit
f04714d491
Binary file not shown.
@ -15,7 +15,7 @@ import json
|
|||||||
from appPublic.jsonConfig import getConfig
|
from appPublic.jsonConfig import getConfig
|
||||||
from appPublic.folderUtils import ProgramPath
|
from appPublic.folderUtils import ProgramPath
|
||||||
from appPublic.uniqueID import getID
|
from appPublic.uniqueID import getID
|
||||||
from appPublic.rsa import RSA
|
from appPublic.rsawrap import RSA
|
||||||
|
|
||||||
from kivy.factory import Factory
|
from kivy.factory import Factory
|
||||||
from kivy.metrics import sp,dp,mm
|
from kivy.metrics import sp,dp,mm
|
||||||
|
@ -13,4 +13,6 @@
|
|||||||
# use json replace ujson because kivy-ios can not compile ujson
|
# use json replace ujson because kivy-ios can not compile ujson
|
||||||
# __version__ = '0.2.14'
|
# __version__ = '0.2.14'
|
||||||
# delete xcamera module
|
# delete xcamera module
|
||||||
__version__ = '0.2.15'
|
# __version__ = '0.2.15'
|
||||||
|
# use apppublic.rsawrap instead of apppublic.rsa
|
||||||
|
__version__ = '0.2.16'
|
||||||
|
Loading…
Reference in New Issue
Block a user