Update version to 1.0.7

serial
Matthew 2 years ago
parent 5426695ae4
commit 2899def777

@ -2,8 +2,8 @@ plugins {
id 'com.android.application' id 'com.android.application'
} }
def AppVersionName = "1.0.6" def AppVersionName = "1.0.7"
def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 6 def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 7
android { android {
namespace 'com.xinyingpower.microphoto' namespace 'com.xinyingpower.microphoto'

Loading…
Cancel
Save