This commit is contained in:
yumoqing 2022-06-28 20:10:49 +08:00
parent 4bd7b274a6
commit f04714d491
3 changed files with 4 additions and 2 deletions

Binary file not shown.

View File

@ -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

View File

@ -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'