add showBounds interface

This commit is contained in:
wangcongtao
2020-03-02 15:43:52 +08:00
parent 0be962f94f
commit 61fcda00ae
7 changed files with 78 additions and 27 deletions

View File

@@ -8,9 +8,6 @@ buildscript {
maven {
url 'http://maven.aliyun.com/nexus/content/groups/public/'
}
maven {
url 'http://nexus.zhidaoauto.com/repository/maven-snapshots/'
}
maven {
url 'http://nexus.zhidaoauto.com/repository/maven-releases/'
}
@@ -34,9 +31,6 @@ allprojects {
maven {
url 'http://maven.aliyun.com/nexus/content/groups/public/'
}
maven {
url 'http://nexus.zhidaoauto.com/repository/maven-snapshots/'
}
maven {
url 'http://nexus.zhidaoauto.com/repository/maven-releases/'
}