stealthcopter / AndroidNetworkTools

Set of useful android network tools
Apache License 2.0
1.36k stars 283 forks source link

运行报错 #37

Closed hanjunqiang closed 6 years ago

hanjunqiang commented 6 years ago

Failed to resolve: com.github.stealthcopter:AndroidNetworkTools:0.3.0

stealthcopter commented 6 years ago

Pretty sure you've forgotten to add jitpack in.

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