From 1501e1dc940929d7bceef8b8aaba2f69041501b9 Mon Sep 17 00:00:00 2001 From: Yutousama <583819556@qq.com> Date: Thu, 19 Apr 2018 09:42:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0gradle=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/caches/build_file_checksums.ser | Bin 906 -> 906 bytes MgListModel/build.gradle | 1 + 2 files changed, 1 insertion(+) diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index b7c94044d5d8f75fe0cc8a7d39af10129d70a585..bfed3ba16955b595fa38c363a851c30e7a527742 100644 GIT binary patch delta 58 zcmV-A0LA}`2Z{%fm;~F0di0T;e-IMi_Qe?rhSL(5@$6vER1=dc0bi570X+p4RdZ!> QlQ04uldJ&|v-$y$0r`#>_W%F@ delta 58 zcmV-A0LA}`2Z{%fm;~0D!bOpse-Nq_7Il*}U;y$5&V`>3y{nTe0bd0cRdZ!>lQ04u Qlj#8wlZpX7v-$y$0ja7MHUIzs diff --git a/MgListModel/build.gradle b/MgListModel/build.gradle index 4b3730e..4a5030f 100644 --- a/MgListModel/build.gradle +++ b/MgListModel/build.gradle @@ -28,6 +28,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.android.support:appcompat-v7:26.1.0' + implementation 'com.android.support:recyclerview-v7:26.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'