From 6083476a1860e74c0dc116901a6efb94749ef0b1 Mon Sep 17 00:00:00 2001 From: tateisu Date: Mon, 11 Sep 2017 03:56:30 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3?= =?UTF-8?q?=E7=95=AA=E5=8F=B7=E3=82=921.4.8=E3=81=AB=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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 e91fa8f8..56cc3277 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "jp.juggler.subwaytooter" minSdkVersion 21 targetSdkVersion 26 - versionCode 149 - versionName "1.4.9" + versionCode 148 + versionName "1.4.8" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }