feat:升级部分SDK版本

This commit is contained in:
Max
2023-11-27 17:03:31 +08:00
parent 4c80cda20a
commit d9c84e1ac7
9 changed files with 31 additions and 50 deletions

View File

@@ -53,13 +53,12 @@ android {
}
def loggerVersion = "2.2.0"
def Lombok = "1.18.24"
dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
api "com.orhanobut:logger:${loggerVersion}"
api "com.orhanobut:logger:2.2.0"
compileOnly "org.projectlombok:lombok:${Lombok}"
annotationProcessor "org.projectlombok:lombok:${Lombok}"