android-notes / SwissArmyKnife

android ui调试工具
MIT License
1.35k stars 230 forks source link

Failed to resolve: com.wanjian:sak:0.0.2 #7

Closed android-notes closed 7 years ago

android-notes commented 7 years ago

非常抱歉,之前上传的是收费版的包,试用期一个月,最近过期了,今天刚重新上传了永久版的,最迟应该明天就可以用了

android-notes commented 7 years ago

最新包已经重新上传到jcenter,没法使用的可以使用阿里云镜像试试

project 的gradle中按如下配置

buildscript { repositories { maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' } jcenter() } dependencies { classpath 'com.android.tools.build:gradle:2.2.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files

}

}