From 9acadc4c95655981755e06ad8df8e46ec26f0ccf Mon Sep 17 00:00:00 2001 From: roya Date: Sat, 24 Jun 2017 22:39:02 +0800 Subject: [PATCH] =?UTF-8?q?Version=200.4=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/build.gradle b/mobile/build.gradle index 4b87a09..a5dacc3 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.sqrtf.megumin" minSdkVersion 19 targetSdkVersion 25 - versionCode 3 - versionName "0.3" + versionCode 4 + versionName "0.4" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes {