Update version to 1.0.14

serial
Matthew 2 years ago
parent efca087985
commit 848475fc93

@ -2,8 +2,8 @@ plugins {
id 'com.android.application' id 'com.android.application'
} }
def AppVersionName = "1.0.13" def AppVersionName = "1.0.14"
def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 13 def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 14
android { android {
namespace 'com.xinyingpower.microphoto' namespace 'com.xinyingpower.microphoto'

Loading…
Cancel
Save