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

Plugin was not found #3

Closed
ArcherEmiya05 opened this issue Jun 13, 2022 · 1 comment
Closed

Plugin was not found #3

ArcherEmiya05 opened this issue Jun 13, 2022 · 1 comment

Comments

@ArcherEmiya05
Copy link

First of all thanks for this service, however I am getting an error upon Gradle sync

* What went wrong:
Plugin [id: 'com.guardsquare.appsweep', version: 'v.1.0.0'] was not found in any of the following sources:

- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Plugin Repositories (could not resolve plugin artifact 'com.guardsquare.appsweep:com.guardsquare.appsweep.gradle.plugin:v.1.0.0')
  Searched in the following repositories:
    Gradle Central Plugin Repository

This is how the app lever build.gradle looks like


plugins {
    id 'com.android.application'
    id 'org.jetbrains.kotlin.android' version "${kotlin_version}" // This should be put before any Kotlin dependent plugin
    id 'com.guardsquare.appsweep' version "v.1.0.0"
}

appsweep {
    apiKey APPSWEEP_API_KEY
}

dependencies { ... }

Do we still need to add classpath to this? Thanks

@ArcherEmiya05
Copy link
Author

Sorry silly me, it should be 1.0.0 not v.1.0.0

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

1 participant