Update MpMaster version to 1.0.22

serial
BlueMatthew 1 year ago
parent cfc5fe869d
commit 1723700f2b

@ -4,7 +4,7 @@ plugins {
def AppMajorVersion = 1
def AppMinorVersion = 0
def AppBuildNumber = 21
def AppBuildNumber = 22
def AppVersionName = AppMajorVersion + "." + AppMinorVersion + "." + AppBuildNumber
def AppVersionCode = AppMajorVersion * 100000 + AppMinorVersion * 1000 + AppBuildNumber

Loading…
Cancel
Save