更新 build.gradle

dev
wangsiyuan 2023-12-07 19:22:18 +08:00
parent 204fe9e8ac
commit 308f7246ed
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ dependencies {
compileOnly 'org.projectlombok:lombok:1.18.28' compileOnly 'org.projectlombok:lombok:1.18.28'
// https://mvnrepository.com/artifact/com.google.code.gson/gson // https://mvnrepository.com/artifact/com.google.code.gson/gson
implementation 'com.google.code.gson:gson:2.10' implementation 'com.google.code.gson:gson:2.10'
// https://mvnrepository.com/artifact/com.jakewharton.timber/timber
implementation 'com.jakewharton.timber:timber:5.0.1'
implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.3.0' implementation 'com.google.android.material:material:1.3.0'