From 5c9c543298595ca39511482e230772261a58f0a0 Mon Sep 17 00:00:00 2001 From: daigorian Date: Sun, 25 Jul 2021 13:02:17 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B9=E3=83=88=E3=82=A2=E3=83=AA=E3=83=AA?= =?UTF-8?q?=E3=83=BC=E3=82=B9=201.19?= 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 5b6dfe1..4678a00 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "com.daigorian.epcltvapp" minSdkVersion 22 targetSdkVersion 30 - versionCode 18 - versionName "1.18" + versionCode 19 + versionName "1.19" }