File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class Config {
29
29
30
30
static depConfig = [
31
31
plugin : [
32
- gradle : new DepConfig (" com.android.tools.build:gradle:3.4.0 " ),
32
+ gradle : new DepConfig (" com.android.tools.build:gradle:3.4.2 " ),
33
33
kotlin : new DepConfig (" org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version " ),
34
34
maven : new DepConfig (" com.github.dcendents:android-maven-gradle-plugin:2.1" ),// 上传到 maven
35
35
bintray : new DepConfig (" com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4" ),// 上传到 bintray
Original file line number Diff line number Diff line change @@ -18,7 +18,4 @@ org.gradle.daemon=true
18
18
# org.gradle.configureondemand=true
19
19
# org.gradle.parallel=true
20
20
21
- # -Dorg.gradle.debug=true --no-daemon
22
-
23
- gradle.publish.key =MJwR6d1wZZRgwtOpVAKIrwbJwEfOHZeT
24
- gradle.publish.secret =quROE9JGWjAY8UP3wyEOuPZ5qtmwjG2w
21
+ # -Dorg.gradle.debug=true --no-daemon
You can’t perform that action at this time.
0 commit comments