From f73f18583a75af8eac9ddf6b8dba54cd59854a21 Mon Sep 17 00:00:00 2001 From: MRSa Date: Wed, 15 Sep 2021 21:42:25 +0900 Subject: [PATCH] =?utf8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3?= =?utf8?q?=E7=95=AA=E5=8F=B7=E3=82=92=E6=9B=B4=E6=96=B0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b5209e6..9b72925 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "jp.osdn.gokigen.mangle" minSdkVersion 21 targetSdkVersion 30 - versionCode 1003001 - versionName "1.3.1" + versionCode 1004000 + versionName "1.4.0" //testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } -- 2.11.0