Releases: xiong-it/AutoInputAuthCode
Releases · xiong-it/AutoInputAuthCode
v1.0.1
1.0.0-stable
如果你添加gradle无法通过编译:compile 'tech.michaelx.authcode:authcode:1.0.0'
,那便是1.0.0还在jcenter上架审核当中,可在项目根目录的build.gradle添加自定义maven地址
allprojects {
repositories {
jcenter()
maven { url "https://dl.bintray.com/xiong-it/AndroidRepo"} // 添加这行即可
}
}