-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Gradle import failed #351
Comments
@nick-doze did you solve this ? |
@ahmedsalemelzeiny nope…. Still same… |
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. |
Is admins gonna do anything about this? |
`plugins { android {
} dependencies {
}` Results in "Failed to resolve: com.github.tbruyelle:RxPermissions:0.12" Is smth wrong with configuration? @tbruyelle or with build of a library? |
I struggled with this for an hour. Turns out there's a
But then also add it to the
|
Hi jcenter() in project build and
in app build |
still not working now |
Prerequisites
Issue description
[A clear and concise description of what the bug is.]
Cannot import from maven repository
Actual behavior
[A clear and concise description of what actually happened.]
Failed to resolve: com.github.tbruyelle:rxpermissions:0.12
Expected behavior
[A clear and concise description of what you expected to happen.]
Gradle sync complete
Steps To Reproduce
Steps to reproduce the behavior:
Lib Version
0.12
Screenshot
The text was updated successfully, but these errors were encountered: