Skip to content

Commit 6a6999c

Browse files
authored
update version
1 parent 53a26d2 commit 6a6999c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildozer.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ source.include_exts = py,png,jpg,kv,atlas,json,vs,fs,gif
2828
#source.exclude_patterns = license,images/*/*.jpg
2929

3030
# (str) Application versioning (method 1)
31-
version = 0.1
31+
version = 0.2.0
3232

3333
# (str) Application versioning (method 2)
3434
# version.regex = __version__ = ['"](.*)['"]
@@ -68,7 +68,7 @@ orientation = portrait
6868
osx.python_version = 3
6969

7070
# Kivy version to use
71-
osx.kivy_version = 1.9.1
71+
osx.kivy_version = 1.10.1
7272

7373
#
7474
# Android specific
@@ -233,7 +233,7 @@ android.arch = armeabi-v7a
233233
[buildozer]
234234

235235
# (int) Log level (0 = error only, 1 = info, 2 = debug (with command output))
236-
log_level = 1
236+
log_level = 2
237237

238238
# (int) Display warning if buildozer is run as root (0 = False, 1 = True)
239239
warn_on_root = 1

0 commit comments

Comments
 (0)