From b1feeb7a10d4ab7ed7f339ee3cca8097182719be Mon Sep 17 00:00:00 2001 From: MRSa Date: Sun, 2 Jul 2017 00:12:44 +0900 Subject: [PATCH] =?utf8?q?=E6=AC=A1=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7?= =?utf8?q?=E3=83=B3=E3=83=AA=E3=83=AA=E3=83=BC=E3=82=B9=E3=81=AB=E5=90=91?= =?utf8?q?=E3=81=91=E3=81=A6=E3=81=AE=E6=BA=96=E5=82=99=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .idea/misc.xml | 2 +- app/build.gradle | 6 +++--- wear/build.gradle | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 5d19981..fbb6828 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -37,7 +37,7 @@ - + diff --git a/app/build.gradle b/app/build.gradle index 8608c9e..0b52bdd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "jp.sfjp.gokigen.a01c" minSdkVersion 14 targetSdkVersion 25 - versionCode 19 - versionName "1.2.1" + versionCode 21 + versionName "1.2.2" } buildTypes { release { @@ -19,7 +19,7 @@ android { productFlavors { wear1 { // Use the defaultConfig value - minSdkVersion 14 + minSdkVersion 19 } wear2 { minSdkVersion 23 diff --git a/wear/build.gradle b/wear/build.gradle index 040b057..04f689b 100644 --- a/wear/build.gradle +++ b/wear/build.gradle @@ -7,8 +7,8 @@ android { applicationId "jp.sfjp.gokigen.a01c" minSdkVersion 23 targetSdkVersion 25 - versionCode 18 - versionName "1.2.1" + versionCode 22 + versionName "1.2.2" } buildTypes { release { -- 2.11.0