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