Commit e63db28ff34ef81aaec0f4c1719d3837562736d1

Authored by 王琳
1 parent 198c7faa

改为引入maven库

app/build.gradle
... ... @@ -5,7 +5,7 @@ android {
5 5 buildToolsVersion "26.0.0"
6 6 defaultConfig {
7 7 applicationId "com.cnlive.demo.rdupload"
8   - minSdkVersion 15
  8 + minSdkVersion 16
9 9 targetSdkVersion 26
10 10 versionCode 1
11 11 versionName "1.0"
... ... @@ -22,10 +22,7 @@ android {
22 22  
23 23 dependencies {
24 24 compile fileTree(include: ['*.jar'], dir: 'libs')
25   - androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
26   - exclude group: 'com.android.support', module: 'support-annotations'
27   - })
28 25 compile 'com.android.support:appcompat-v7:26.+'
29 26 compile 'com.android.support.constraint:constraint-layout:1.0.2'
30   - testCompile 'junit:junit:4.12'
  27 + compile 'com.cnlive:lib_upload:1.0.0'
31 28 }
... ...
app/libs/libcnliveupload.jar deleted 100644 → 0
No preview for this file type
app/libs/libcnliveutil.jar deleted 100644 → 0
No preview for this file type