Revert "Add Stetho to debug application (#18)"

This reverts commit cc2fb772
Stetho seems to be unmaintained anymore
It also doesn't work with latest Chrome
This commit is contained in:
Kirill Kamakin
2021-11-28 20:36:30 +03:00
parent 412bd190be
commit 81fb1ae984
3 changed files with 2 additions and 15 deletions

View File

@@ -155,11 +155,6 @@ dependencies {
// https://mvnrepository.com/artifact/com.google.truth/truth
testImplementation "com.google.truth:truth:1.1.3"
// https://github.com/facebook/stetho/releases
def stetho_version = "1.6.0"
implementation "com.facebook.stetho:stetho:$stetho_version"
implementation "com.facebook.stetho:stetho-okhttp3:$stetho_version"
// https://github.com/androidbroadcast/ViewBindingPropertyDelegate/releases
implementation "com.github.kirich1409:viewbindingpropertydelegate-noreflection:1.5.3"
}