Introducing API Level

This commit is contained in:
2024-11-13 22:26:54 +08:00
parent f7d82bc93a
commit c0edeec621
2 changed files with 7 additions and 1 deletions

View File

@@ -2,4 +2,5 @@ package pkg
const (
AppVersion = "1.0.0"
ApiLevel = 10
)