Commit 99f22531bd5b8d4c1988bda2af90275b7458f303

Authored by YangShuai
1 parent 7e24ab48

1 版本更新

Showing 2 changed files with 2 additions and 2 deletions
build.gradle
... ... @@ -7,7 +7,7 @@ buildscript {
7 7  
8 8 }
9 9 dependencies {
10   - classpath 'com.android.tools.build:gradle:3.5.0'
  10 + classpath 'com.android.tools.build:gradle:3.5.1'
11 11  
12 12 // NOTE: Do not place your application dependencies here; they belong
13 13 // in the individual module build.gradle files
... ...
config.gradle
... ... @@ -21,7 +21,7 @@ ext {
21 21 //编译方式
22 22 debug : false,
23 23 //版本号
24   - version: "0.0.1",
  24 + version: "0.0.3",
25 25 //Lib库前缀
26 26 packeg : "com.cnlive.module",
27 27 //Lib库名称
... ...