Commit 0cce3a59e58876faafc2ca994e8cc18b47332b3d

Authored by 朱显松
1 parent 01b8886b

upload maven central

app/build.gradle
... ... @@ -20,16 +20,14 @@ android {
20 20 }
21 21  
22 22 dependencies {
23   - compile fileTree(dir: 'libs', include: ['*.jar'])
  23 + compile fileTree(include: ['*.jar'], dir: 'libs')
24 24 androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
25 25 exclude group: 'com.android.support', module: 'support-annotations'
26 26 })
27 27 compile 'com.android.support:appcompat-v7:26.+'
28 28 compile 'com.android.support.constraint:constraint-layout:1.0.2'
29 29 testCompile 'junit:junit:4.12'
30   -
31 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 28  
29 29 dependencies {
30 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 31 testCompile 'junit:junit:4.12'
34 32 //MVP
35 33 compile 'com.hannesdorfmann.mosby:mvp:2.0.1'
... ... @@ -50,7 +48,7 @@ ext {
50 48 siteUrl = 'http://bj.gitlab.cnlive.com/cnlive-team/CNVideoDemo'
51 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 53 developerId = 'CNlive'
56 54 developerName = 'Granzon'
... ...