From dc7e60b346c21b9d6ab610994847e42bb48a31fe Mon Sep 17 00:00:00 2001 From: daigorian Date: Sun, 25 Jul 2021 13:00:29 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"=E3=82=B9=E3=83=88=E3=82=A2=E3=83=AA?= =?UTF-8?q?=E3=83=AA=E3=83=BC=E3=82=B9=201.18"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 9486921b --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 4678a00..5b6dfe1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "com.daigorian.epcltvapp" minSdkVersion 22 targetSdkVersion 30 - versionCode 19 - versionName "1.19" + versionCode 18 + versionName "1.18" }