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

Failed to resolve: com.tk.android:tkrefreshlayout:1.0.7 可以帮忙看看吗,万分感谢 #199

Open
wanghonglin123 opened this issue Jun 5, 2024 · 2 comments

Comments

@wanghonglin123
Copy link

pluginManagement {
repositories {
maven { url 'https://maven.aliyun.com/repository/google'}
maven { url 'https://maven.aliyun.com/repository/gradle-plugin'}
maven { url 'https://maven.aliyun.com/repository/public'}
maven { url 'https://maven.aliyun.com/repository/central'}
google {
content {
includeGroupByRegex("com\.android.")
includeGroupByRegex("com\.google.
")
includeGroupByRegex("androidx.*")
}
}
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
maven { url 'https://maven.aliyun.com/repository/google'}
maven { url 'https://maven.aliyun.com/repository/gradle-plugin'}
maven { url 'https://maven.aliyun.com/repository/public'}
maven { url 'https://maven.aliyun.com/repository/central'}
google()
mavenCentral()
}
}

rootProject.name = "jlsq"
include ':app'

implementation 'com.tk.android:tkrefreshlayout:1.0.7'

@ohanz
Copy link

ohanz commented Oct 25, 2024

same issue here bruh. cant load the dependency:

Failed to resolve: com.lcodecorex:tkrefreshlayout:1.0.7
Show in Project Structure dialog
Affected Modules: app

@ohanz
Copy link

ohanz commented Oct 25, 2024

are you sure it still exists

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