Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gradle集成 引入依赖失败 #1

Open
DarkFunct opened this issue Dec 27, 2021 · 1 comment
Open

gradle集成 引入依赖失败 #1

DarkFunct opened this issue Dec 27, 2021 · 1 comment

Comments

@DarkFunct
Copy link

// gradle集成,此依赖已包含下载框架 找不到 com.github.thjolin321.android-upgrader:library
implementation 'com.github.thjolin321.android-upgrader:library:v1.0.0'

仓库配置
repositories {
google()
jcenter()
mavenCentral()
}
Gradle 版本 7.0.2
'com.android.tools.build:gradle:7.0.2'

@dujianchi
Copy link

加个jitpack再试试吧
maven { url 'https://jitpack.io' }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants