0.1.5增加用户cmd和view字段

This commit is contained in:
2020-07-02 22:22:08 +08:00
parent 378a8af1e0
commit d842658e18
3 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
buildscript {
ext {
kotlin_version = '1.3.41'
kotlin_version = '1.3.72'
}
repositories {
@@ -21,7 +21,7 @@ allprojects {
subprojects {
ext {
version '0.1.0'
version '0.1.5'
gaea_version = '0.3.0'
spring_version = "2.3.0.RELEASE"
}