Commit 31f3f9467814e0214300bccc0478c5ec254da55f

Authored by 朱显松
1 parent 8f4559b9

Instructions for use

app/build.gradle
@@ -29,4 +29,7 @@ dependencies { @@ -29,4 +29,7 @@ dependencies {
29 testCompile 'junit:junit:4.12' 29 testCompile 'junit:junit:4.12'
30 30
31 compile 'com.android.support.constraint:constraint-layout:1.0.2' 31 compile 'com.android.support.constraint:constraint-layout:1.0.2'
  32 +
  33 +// TODO 本地酷使用说明 代码仓库标识
  34 +// compile 'com.cnlive.libs:base:1.0.0@aar'
32 } 35 }
build.gradle
@@ -15,6 +15,9 @@ buildscript { @@ -15,6 +15,9 @@ buildscript {
15 allprojects { 15 allprojects {
16 repositories { 16 repositories {
17 jcenter() 17 jcenter()
  18 +
  19 +// TODO 本地库使用说明 预先声明本地代码仓库
  20 +// maven { url 'file:///E:/android-libs-ass/cnlive-base' }
18 } 21 }
19 } 22 }
20 23