review comment fixes

This commit is contained in:
Yallapragada Raaj Gopal
2022-04-26 12:37:00 +05:30
parent b1b15775b0
commit 947113c94b
2 changed files with 0 additions and 6 deletions

View File

@@ -135,9 +135,6 @@ dependencies {
// Timber for Logging
implementation 'com.jakewharton.timber:timber:4.7.1'
debugApi 'com.github.chuckerteam.chucker:library:3.5.2'
releaseApi 'com.github.chuckerteam.chucker:library-no-op:3.5.2'
}
static def formatString(String value) {

View File

@@ -146,9 +146,6 @@ dependencies {
implementation 'androidx.gridlayout:gridlayout:1.0.0'
implementation project(path: ':navi-widgets')
debugApi 'com.github.chuckerteam.chucker:library:3.5.2'
releaseApi 'com.github.chuckerteam.chucker:library-no-op:3.5.2'
testImplementation 'junit:junit:4.13'
testImplementation 'io.mockk:mockk:1.10.2'
testImplementation 'android.arch.core:core-testing:1.1.1'