Add Chucker network debugging library

This commit is contained in:
Kirill Kamakin
2022-05-26 15:16:42 +02:00
parent 7c60b69546
commit 986d8f377f
2 changed files with 21 additions and 0 deletions

View File

@@ -216,4 +216,7 @@ dependencies {
// https://github.com/square/leakcanary/releases
debugImplementation "com.squareup.leakcanary:leakcanary-android:2.9.1"
// https://github.com/ChuckerTeam/chucker/releases
debugImplementation "com.github.chuckerteam.chucker:library:3.5.2"
}