lygttpod / AndroidMonitor

easy show android okhttp request data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

是否依赖了com.github.lygttpod.ShapeView:1.0.2

JasonYinH opened this issue · comments

添加抓包报错
1`DBTAR)R50DZ91 LTACKJ

是的,依赖 ShapeView

先在项目根目录的 build.gradle 的 repositories 添加:

     allprojects {
         repositories {
            ...
            maven { url "https://jitpack.io" }
        }
    }

然后在dependencies添加:

        dependencies {
            implementation 'com.github.lygttpod:ShapeView:VERSION_CODE'
        }