Skip to content

Commit 262620d

Browse files
committed
bw
1 parent 518b3e0 commit 262620d

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

buildozer.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
log_level = 0
33
# (str) Title of your application
44
title = Schedulara
5-
android.numeric_version = 100020
5+
android.numeric_version = 100021
66
android.api = 33
77
#android.minapi = 30
8-
version = 1.1.9a
8+
version = 1.1.9b
99
p4a.branch = master
1010
#android.ndk = 23b
1111
##changelog! edited requirements

images/walls/black.png

573 Bytes
Loading

images/walls/white.png

543 Bytes
Loading

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### RELEASE 10.2.2023
44
###
55
debug = True
6-
debug_online = False
6+
debug_online = True
77
print("main debug=" + str(debug))
88
print("wtf1006")
99
from ast import Pass

0 commit comments

Comments
 (0)