Sign in
CNLive Android Team
/
OPenCNLive_BaseLib
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
31f3f9467814e0214300bccc0478c5ec254da55f
Authored by
朱显松
2017-08-08 23:47:10 +0800
1 parent
8f4559b9
Instructions for use
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
app/build.gradle
build.gradle
app/build.gradle
View file @
31f3f94
...
...
@@ -29,4 +29,7 @@ dependencies {
29
29
testCompile 'junit:junit:4.12'
30
30
31
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
View file @
31f3f94
...
...
@@ -15,6 +15,9 @@ buildscript {
15
15
allprojects {
16
16
repositories {
17
17
jcenter()
18
+
19
+// TODO 本地库使用说明 预先声明本地代码仓库
20
+// maven { url 'file:///E:/android-libs-ass/cnlive-base' }
18
21
}
19
22
}
20
23
...
...