Skip to content

Commit

Permalink
Fix CDT content are disordered
Browse files Browse the repository at this point in the history
�Facebook offical Stetho SDK stop to maintain. so I release our own stetho sdk. repository url: https://github.com/yinyinnie/stetho
  • Loading branch information
yinyinnie committed Dec 15, 2023
1 parent e94ec9f commit 715aa09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ buildscript {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
}
dependencies {
classpath "com.android.tools.build:gradle:4.0.0"
Expand All @@ -25,6 +26,7 @@ allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
}
}

Expand Down
2 changes: 1 addition & 1 deletion j2v8-debugger/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {

// J2V8 Runtime
api("com.eclipsesource.j2v8:j2v8:6.1.0@aar")
api("com.facebook.stetho:stetho:1.5.1")
api("com.github.yinyinnie:stetho:v1.0.0")

implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version")
implementation("androidx.annotation:annotation:1.1.0")
Expand Down

0 comments on commit 715aa09

Please sign in to comment.