From 9d21605290fd1214b257ded6be8781152c9a6272 Mon Sep 17 00:00:00 2001 From: zhong <15206394364@163.com> Date: Wed, 23 May 2018 17:22:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E5=88=B0=E6=9C=80=E6=96=B0?= =?UTF-8?q?=E7=89=88=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/caches/build_file_checksums.ser | Bin 587 -> 587 bytes app/build.gradle | 8 ++++---- zlibrary/build.gradle | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index 72047e877ba35cf127cdd54c8f0234d4d9a748a2..ba53c787fc84e36ad5b0a63f14679186036413f8 100644 GIT binary patch delta 55 zcmV-70LcH#1j_`FnFCFd*pZxf5QpnH(yjM%o~Kw}H*-mQ1d}5HP7thD!{2K;f)pr! Nn@igmJhzj90m{OJ7<~W$ delta 55 zcmV-70LcH#1j_`FnFBJuL6Mwy5G#I*BrSL&F%Hyqf-Js1Et4YwP7t$jF3T|eUMb7P NT!~0>)Gd>N0m@JO79#)v diff --git a/app/build.gradle b/app/build.gradle index bf27d66..4a6d11b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,11 +26,11 @@ android { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'com.android.support:appcompat-v7:27.0.2' - implementation 'com.android.support.constraint:constraint-layout:1.0.2' + implementation 'com.android.support:appcompat-v7:27.1.1' + implementation 'com.android.support.constraint:constraint-layout:1.1.0' testImplementation 'junit:junit:4.12' - androidTestImplementation 'com.android.support.test:runner:1.0.1' - androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1' + androidTestImplementation 'com.android.support.test:runner:1.0.2' + androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' //implementation 'com.github.JueShouGitHub:ZRxJavaUtil:v1.0.6' implementation project(':zlibrary') } diff --git a/zlibrary/build.gradle b/zlibrary/build.gradle index b222096..289e81f 100644 --- a/zlibrary/build.gradle +++ b/zlibrary/build.gradle @@ -25,10 +25,10 @@ android { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'com.android.support:appcompat-v7:27.0.2' + implementation 'com.android.support:appcompat-v7:27.1.1' testImplementation 'junit:junit:4.12' - androidTestImplementation 'com.android.support.test:runner:1.0.1' - androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1' + androidTestImplementation 'com.android.support.test:runner:1.0.2' + androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' api 'com.squareup.retrofit2:retrofit:2.3.0' api 'com.squareup.retrofit2:converter-gson:2.3.0'