From c7d60f1695f7fd2c8b1ff7a1e4965d4697aca7ac Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期二, 27 六月 2017 14:25:28 +0800
Subject: [PATCH] 

---
 VisitFace/DemoForBsk/app/build.gradle |   17 +++++++++++++----
 1 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/VisitFace/DemoForBsk/app/build.gradle b/VisitFace/DemoForBsk/app/build.gradle
index 6184ef2..dca995c 100644
--- a/VisitFace/DemoForBsk/app/build.gradle
+++ b/VisitFace/DemoForBsk/app/build.gradle
@@ -5,15 +5,15 @@
     buildToolsVersion "23.0.3"
     defaultConfig {
         applicationId "com.bsk.zhangbo.demoforbsk"
-        minSdkVersion 21
+        minSdkVersion 19
         targetSdkVersion 23
         versionCode 1
         versionName "1.0"
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
 
         ndk {
-//            abiFilters 'x86', 'x86_64', 'armeabi', 'armeabi-v7a', 'arm64-v8a'
-            abiFilters 'armeabi-v7a'
+            //abiFilters 'x86', 'x86_64', 'armeabi', 'armeabi-v7a', 'arm64-v8a'
+           // abiFilters 'armeabi-v7a'
         }
         externalNativeBuild {
             cmake {
@@ -47,7 +47,7 @@
     compile 'com.android.support:design:23.1.0'
     compile 'com.camnter.easyrecyclerview:easyrecyclerview:1.3'
     compile 'com.facebook.fresco:fresco:1.1.0'
-    compile 'com.wx.wheelview:wheelview:1.3.3'
+    //compile 'com.wx.wheelview:wheelview:1.3.3'
     compile 'com.google.code.gson:gson:2.8.0'
     compile 'com.orhanobut:logger:1.15'
     compile 'com.google.code.gson:gson:2.8.0'
@@ -59,4 +59,13 @@
     compile 'com.alibaba:fastjson:1.2.29'
     compile 'com.belerweb:pinyin4j:2.5.0'
     compile fileTree(dir: 'libs', include: ['.jar','.so'])
+    compile 'org.xutils:xutils:3.3.42'
+    compile 'com.alibaba:fastjson:1.2.29'
+    compile 'com.belerweb:pinyin4j:2.5.0'
+    compile fileTree(dir: 'libs', include: ['.jar','.so'])
+    compile 'com.github.markomilos:paginate:0.5.1'
+    compile 'com.jude:easyrecyclerview:4.4.0'
+    compile 'com.android.support:appcompat-v7:23.1.0'
+    compile 'com.android.support:recyclerview-v7:23.1.0'
+    compile 'com.android.support:cardview-v7:23.1.0'
 }

--
Gitblit v1.8.0