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