diff --git a/app/build.gradle b/app/build.gradle index 72a0eb64..153ddf2c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,8 +2,8 @@ plugins { id 'com.android.application' } -def AppVersionName = "1.0.24" -def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 24 +def AppVersionName = "1.0.25" +def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 25 android { namespace 'com.xypower.mpapp'