From 5a8b157f7956c31f75b09e8eec46eea76b3d1eca Mon Sep 17 00:00:00 2001 From: xuzuo <624117230@qq.com> Date: Sun, 14 Jan 2018 17:24:12 +0800 Subject: [PATCH] no reshfre --- .idea/workspace.xml | 47 ++++++++++++++++++++++--------------------- Xadapter/Xadapter.iml | 15 +++++++------- Xadapter/build.gradle | 2 +- app/app.iml | 29 +++++++++++++------------- app/build.gradle | 1 + build.gradle | 12 ++++++++--- 6 files changed, 58 insertions(+), 48 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 64671cf..a082849 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -15,7 +15,9 @@ + + @@ -68,11 +70,11 @@ - + - - + + @@ -81,18 +83,18 @@ - - + + - + - - + + @@ -969,7 +971,6 @@ @@ -2968,7 +2969,7 @@ - - + + - + - - + + - + - - + + diff --git a/Xadapter/Xadapter.iml b/Xadapter/Xadapter.iml index 0192816..500e851 100644 --- a/Xadapter/Xadapter.iml +++ b/Xadapter/Xadapter.iml @@ -96,6 +96,7 @@ + @@ -104,27 +105,27 @@ - + - + - + - + + - - + - + \ No newline at end of file diff --git a/Xadapter/build.gradle b/Xadapter/build.gradle index 6b34206..3f5b329 100644 --- a/Xadapter/build.gradle +++ b/Xadapter/build.gradle @@ -5,7 +5,7 @@ group='com.github.Yuanarcheannovice' android { compileSdkVersion rootProject.ext.compileSdkVersion - + buildToolsVersion rootProject.ext.buildToolsVersion defaultConfig { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion diff --git a/app/app.iml b/app/app.iml index bb06d2c..ddc82bc 100644 --- a/app/app.iml +++ b/app/app.iml @@ -101,6 +101,7 @@ + @@ -110,37 +111,37 @@ - + + - - + + - - - - - + - - - + + - + + + - - + + + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 8fe5da2..56a2c0e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,6 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion rootProject.ext.compileSdkVersion + buildToolsVersion rootProject.ext.buildToolsVersion defaultConfig { applicationId "com.xz.util.adapter" minSdkVersion rootProject.ext.minSdkVersion diff --git a/build.gradle b/build.gradle index c03ec64..27249b4 100644 --- a/build.gradle +++ b/build.gradle @@ -17,17 +17,23 @@ allprojects { repositories { google() jcenter() + maven { url "https://jitpack.io" } } +} +task clean(type: Delete) { + delete rootProject.buildDir } + //全局设置版本 ext { minSdkVersion = 19 - targetSdkVersion = 23 - compileSdkVersion = 26 - supportVersion = '26.1.0' + targetSdkVersion = 27 + compileSdkVersion = 27 + supportVersion = '27.0.2' + buildToolsVersion='27.0.1' }