You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gradle sync failed: Could not find method implimentation() for arguments [com.github.bumptech.glide:glide:4.11.0] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler. Consult IDE log for more details (Help | Show Log) (684 ms)
#839
Open
herob59 opened this issue
Sep 27, 2020
· 4 comments
Gradle sync failed: Could not find method implimentation() for arguments [com.github.bumptech.glide:glide:4.11.0] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
Thank you so much for suggesting to use api 'com.github.bumptech.glide:glide:4.11.0'
it's working in error
Could not find com.github.bumptech:glide:compiler.
apply plugin: 'com.android.application'
android {
compileSdkVersion 30
buildToolsVersion '25.0.3'
}
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
}
The text was updated successfully, but these errors were encountered: