|
|
|
@ -2,8 +2,8 @@ plugins {
|
|
|
|
|
id 'com.android.application'
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
def AppVersionName = "1.0.15"
|
|
|
|
|
def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 15
|
|
|
|
|
def AppVersionName = "1.0.16"
|
|
|
|
|
def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 16
|
|
|
|
|
|
|
|
|
|
android {
|
|
|
|
|
namespace 'com.xypower.mpapp'
|
|
|
|
|