Commit 3a4ba18bbec08265f5990b8fb703d559c9f9ef10

Authored by 王琳
1 parent 7b0b4273

增加上传回调接口

.idea/modules.xml
@@ -2,8 +2,7 @@ @@ -2,8 +2,7 @@
2 <project version="4"> 2 <project version="4">
3 <component name="ProjectModuleManager"> 3 <component name="ProjectModuleManager">
4 <modules> 4 <modules>
5 - <module fileurl="file://$PROJECT_DIR$/CNUploadDemo.iml" filepath="$PROJECT_DIR$/CNUploadDemo.iml" />  
6 - <module fileurl="file://E:\android-project\CNUploadDemo\UploadDemo.iml" filepath="E:\android-project\CNUploadDemo\UploadDemo.iml" /> 5 + <module fileurl="file://$PROJECT_DIR$/UploadDemo.iml" filepath="$PROJECT_DIR$/UploadDemo.iml" />
7 <module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" /> 6 <module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" />
8 </modules> 7 </modules>
9 </component> 8 </component>
app/build.gradle
@@ -24,5 +24,6 @@ dependencies { @@ -24,5 +24,6 @@ dependencies {
24 compile fileTree(include: ['*.jar'], dir: 'libs') 24 compile fileTree(include: ['*.jar'], dir: 'libs')
25 compile 'com.android.support:appcompat-v7:26.+' 25 compile 'com.android.support:appcompat-v7:26.+'
26 compile 'com.android.support.constraint:constraint-layout:1.0.2' 26 compile 'com.android.support.constraint:constraint-layout:1.0.2'
27 - compile 'com.cnlive:lib_upload:2.0.5' 27 + compile 'com.cnlive:lib_upload:2.0.6'
  28 + compile 'com.cnlive:lib_cnutil:3.0.2'
28 } 29 }
lib/libcnliveupload.jar
No preview for this file type