| | |
| | | testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" |
| | | |
| | | ndk { |
| | | abiFilters 'x86', 'x86_64', 'armeabi', 'armeabi-v7a', 'arm64-v8a' |
| | | // abiFilters 'x86', 'x86_64', 'armeabi', 'armeabi-v7a', 'arm64-v8a' |
| | | abiFilters 'armeabi-v7a' |
| | | } |
| | | externalNativeBuild { |
| | | cmake { |
| | | arguments '-DANDROID_PLATFORM=android-21', |
| | | '-DANDROID_TOOLCHAIN=clang', '-DANDROID_STL=gnustl_static' |
| | | '-DANDROID_TOOLCHAIN=gcc', '-DANDROID_STL=gnustl_static' |
| | | } |
| | | } |
| | | } |
| | |
| | | compile 'com.facebook.fresco:fresco:1.1.0' |
| | | 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' |
| | | compile 'com.lzy.net:okhttputils:+' |
| | | //版本号使用 + 可以自动引用最新版,可以单独使用 |
| | | compile 'com.lzy.net:okhttpserver:+' |
| | | //版本号使用 + 可以自动引用最新版,扩展了下载管理和上传管理,根据需要添加 |
| | | 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']) |
| | | } |