From 5e12efe887dc32a4c644f6632846d2ef7079c51e Mon Sep 17 00:00:00 2001
From: DESKTOP-HG94VRH\taohandong <2821744554@qq.com>
Date: Mon, 13 Aug 2018 10:19:34 +0800
Subject: [PATCH] no message
---
.idea/caches/build_file_checksums.ser | Bin 0 -> 590 bytes
.idea/codeStyles/Project.xml | 29 +++++++++++++++++++++++++++++
.idea/misc.xml | 7 ++++---
.idea/vcs.xml | 2 +-
app/build.gradle | 4 ++--
build.gradle | 8 ++++----
gradle/wrapper/gradle-wrapper.properties | 4 ++--
7 files changed, 42 insertions(+), 12 deletions(-)
create mode 100644 .idea/caches/build_file_checksums.ser
create mode 100644 .idea/codeStyles/Project.xml
diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser
new file mode 100644
index 0000000..f63db80
Binary files /dev/null and b/.idea/caches/build_file_checksums.ser differ
diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml
new file mode 100644
index 0000000..30aa626
--- /dev/null
+++ b/.idea/codeStyles/Project.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 3963879..99202cc 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -5,11 +5,12 @@
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
index 94a25f7..35eb1dd 100644
--- a/.idea/vcs.xml
+++ b/.idea/vcs.xml
@@ -1,6 +1,6 @@
-
+
\ No newline at end of file
diff --git a/app/build.gradle b/app/build.gradle
index 2786678..cef1999 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,11 +1,11 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 26
+ compileSdkVersion 27
defaultConfig {
applicationId "com.shunzhi.parent"
minSdkVersion 16
- targetSdkVersion 26
+ targetSdkVersion 27
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
diff --git a/build.gradle b/build.gradle
index 43d23d9..fa649fb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.0.1'
+ classpath 'com.android.tools.build:gradle:3.1.2'
// NOTE: Do not place your application dependencies here; they belong
@@ -29,9 +29,9 @@ task clean(type: Delete) {
ext {
// Sdk and tools
minSdkVersion = 16
- targetSdkVersion = 26
- compileSdkVersion = 26
- buildToolsVersion = '26.0.2'
+ targetSdkVersion = 27
+ compileSdkVersion = 27
+ buildToolsVersion = '27.0.3'
// App dependencies
supportLibraryVersion = '26.1.0'
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 39d0fb2..bfc78b6 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Tue Feb 27 14:00:51 CST 2018
+#Wed Jul 18 10:15:28 CST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
--
libgit2 0.21.0