diff --git a/app/build.gradle b/app/build.gradle index 8d221689..33769726 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,8 +2,8 @@ plugins { id 'com.android.application' } -def AppVersionName = "1.0.14" -def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 14 +def AppVersionName = "1.0.15" +def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 15 android { namespace 'com.xypower.mpapp'