Commit fbc7d166503fd37bc489883c3fd48ffbffbbde0b
1 parent
e6d4b6e1
1.初始化
Showing
1 changed file
with
2 additions
and
2 deletions
config.gradle
| @@ -21,10 +21,10 @@ ext { | @@ -21,10 +21,10 @@ ext { | ||
| 21 | //编译方式 | 21 | //编译方式 |
| 22 | debug : false, | 22 | debug : false, |
| 23 | //版本号 | 23 | //版本号 |
| 24 | - version: "0.0.2", | 24 | + version: "0.0.1", |
| 25 | //Lib库前缀 | 25 | //Lib库前缀 |
| 26 | packeg : "com.cnlive.module", | 26 | packeg : "com.cnlive.module", |
| 27 | //Lib库名称 | 27 | //Lib库名称 |
| 28 | - name : "baiduMap" | 28 | + name : "cnlive_baiduMap" |
| 29 | ] | 29 | ] |
| 30 | } | 30 | } |
| 31 | \ No newline at end of file | 31 | \ No newline at end of file |