From ebb0b50bc661747cf9601284892624c375c8f527 Mon Sep 17 00:00:00 2001 From: ttimasdf Date: Sat, 6 Jan 2018 21:21:03 +0800 Subject: [PATCH] Changed minsdk version --- .gitignore | 2 ++ .idea/misc.xml | 2 +- app/build.gradle | 6 +++--- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 16c4910..ca941b1 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,8 @@ out/ # Gradle files .gradle/ build/ +release/ +gradle.properties # Local configuration file (sdk path, etc) local.properties diff --git a/.idea/misc.xml b/.idea/misc.xml index ad53516..cc72de3 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -24,7 +24,7 @@ - + diff --git a/app/build.gradle b/app/build.gradle index 5bcd147..ef17039 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,10 +6,10 @@ android { compileSdkVersion 26 defaultConfig { applicationId "pw.rabit.xdebuggable" - minSdkVersion 25 + minSdkVersion 23 targetSdkVersion 26 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "1.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes {