From 81cb7a7cc5f3555c03c9f730a61aae05d3e7072f Mon Sep 17 00:00:00 2001 From: Kazuki Yamaguchi Date: Thu, 22 Sep 2016 02:08:03 +0900 Subject: jp.rhe.smileessence2 --- .gitignore | 2 +- .idea/modules/app/app.iml | 22 +++++++++++----------- app/build.gradle | 3 ++- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 3004dff1..f44fa684 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,5 @@ /.idea/inspectionProfiles /app/*.log /build -*Test.html gradlew.bat +*.apk diff --git a/.idea/modules/app/app.iml b/.idea/modules/app/app.iml index a89c59d7..96ba732e 100644 --- a/.idea/modules/app/app.iml +++ b/.idea/modules/app/app.iml @@ -36,6 +36,7 @@ + @@ -43,7 +44,6 @@ - @@ -66,13 +66,6 @@ - - - - - - - @@ -80,6 +73,13 @@ + + + + + + + @@ -130,12 +130,12 @@ - + - + @@ -161,8 +161,8 @@ - + diff --git a/app/build.gradle b/app/build.gradle index 2cb9324d..39533beb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,7 +9,7 @@ android { buildToolsVersion "24.0.2" defaultConfig { - applicationId "jp.rhe.smileessence" + applicationId "jp.rhe.smileessence2" minSdkVersion 16 targetSdkVersion 24 @@ -41,6 +41,7 @@ android { } lintOptions { abortOnError false + checkReleaseBuilds false } dexOptions { preDexLibraries = false -- cgit v1.2.3