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
I am trying to configure the android plugin on my project (it uses toml).
Unfortunately getting this error:
org.gradle.api.plugins.UnknownPluginException: Plugin [id: 'com.mparticle', version: '5.49.1'] was not found in any of the following sources:
- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Included Builds (None of the included builds contain this plugin)
- Plugin Repositories (could not resolve plugin artifact 'com.mparticle:com.mparticle.gradle.plugin:5.49.1')
Searched in the following repositories:
Gradle Central Plugin Repository
Google
MavenRepo
....
* Exception is:
org.gradle.api.plugins.UnknownPluginException: Plugin [id: 'com.mparticle.android-plugin', version: '5.49.1', apply: false] was not found in any of the following sources:
- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Included Builds (None of the included builds contain this plugin)
- Plugin Repositories (could not resolve plugin artifact 'com.mparticle.android-plugin:com.mparticle.android-plugin.gradle.plugin:5.49.1')
Hi
I am trying to configure the android plugin on my project (it uses toml).
Unfortunately getting this error:
Here is how my code looks like:
toml file
project root gradle file:
app gradle file:
i was able to apply it to the sample app 'higgs-shop-sample-app' , the only difference is that my app is using toml
The text was updated successfully, but these errors were encountered: