diff --git a/app/build.gradle b/app/build.gradle index 14478670..52b30b16 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,8 +2,8 @@ plugins { id 'com.android.application' } -def AppVersionName = "1.0.8" -def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 8 +def AppVersionName = "1.0.9" +def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 9 android { namespace 'com.xinyingpower.microphoto'