Commit 0cce3a59e58876faafc2ca994e8cc18b47332b3d

Authored by 朱显松
1 parent 01b8886b

upload maven central

app/build.gradle
@@ -20,16 +20,14 @@ android { @@ -20,16 +20,14 @@ android {
20 } 20 }
21 21
22 dependencies { 22 dependencies {
23 - compile fileTree(dir: 'libs', include: ['*.jar']) 23 + compile fileTree(include: ['*.jar'], dir: 'libs')
24 androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { 24 androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
25 exclude group: 'com.android.support', module: 'support-annotations' 25 exclude group: 'com.android.support', module: 'support-annotations'
26 }) 26 })
27 compile 'com.android.support:appcompat-v7:26.+' 27 compile 'com.android.support:appcompat-v7:26.+'
28 compile 'com.android.support.constraint:constraint-layout:1.0.2' 28 compile 'com.android.support.constraint:constraint-layout:1.0.2'
29 testCompile 'junit:junit:4.12' 29 testCompile 'junit:junit:4.12'
30 -  
31 compile 'com.android.support.constraint:constraint-layout:1.0.2' 30 compile 'com.android.support.constraint:constraint-layout:1.0.2'
32 -  
33 -// TODO 本地酷使用说明 代码仓库标识  
34 -// compile 'com.cnlive.libs:base:1.0.0@aar' 31 + // TODO 本地酷使用说明 代码仓库标识
  32 + // compile 'com.cnlive.libs:base:1.0.0@aar'
35 } 33 }
cnlive/build.gradle
@@ -28,8 +28,6 @@ android { @@ -28,8 +28,6 @@ android {
28 28
29 dependencies { 29 dependencies {
30 compile fileTree(include: ['*.jar'], dir: 'libs') 30 compile fileTree(include: ['*.jar'], dir: 'libs')
31 - compile 'com.android.support:appcompat-v7:26.0.0-alpha1'  
32 - compile 'com.android.support:support-annotations:26.0.0-alpha1'  
33 testCompile 'junit:junit:4.12' 31 testCompile 'junit:junit:4.12'
34 //MVP 32 //MVP
35 compile 'com.hannesdorfmann.mosby:mvp:2.0.1' 33 compile 'com.hannesdorfmann.mosby:mvp:2.0.1'
@@ -50,7 +48,7 @@ ext { @@ -50,7 +48,7 @@ ext {
50 siteUrl = 'http://bj.gitlab.cnlive.com/cnlive-team/CNVideoDemo' 48 siteUrl = 'http://bj.gitlab.cnlive.com/cnlive-team/CNVideoDemo'
51 gitUrl = 'http://bj.gitlab.cnlive.com/cnlive-team/CNVideoDemo.git' 49 gitUrl = 'http://bj.gitlab.cnlive.com/cnlive-team/CNVideoDemo.git'
52 50
53 - libraryVersion = '0.0.2' 51 + libraryVersion = '0.0.4'
54 52
55 developerId = 'CNlive' 53 developerId = 'CNlive'
56 developerName = 'Granzon' 54 developerName = 'Granzon'