更新 build.gradle
parent
204fe9e8ac
commit
308f7246ed
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue