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 get include this library properly. When I add the "1.1.0" to my project I get the following error. The version "1.0.0" can be added without this error.
Could not find gradle.plugin.com.flurry:symbol-upload:1.1.0.
Searched in the following locations:
- https://maven.google.com/gradle/plugin/com/flurry/symbol-upload/1.1.0/symbol-upload-1.1.0.pom
- https://maven.google.com/gradle/plugin/com/flurry/symbol-upload/1.1.0/symbol-upload-1.1.0.jar
- https://jcenter.bintray.com/gradle/plugin/com/flurry/symbol-upload/1.1.0/symbol-upload-1.1.0.pom
- https://jcenter.bintray.com/gradle/plugin/com/flurry/symbol-upload/1.1.0/symbol-upload-1.1.0.jar
- https://dl.google.com/dl/android/maven2/gradle/plugin/com/flurry/symbol-upload/1.1.0/symbol-upload-1.1.0.pom
- https://dl.google.com/dl/android/maven2/gradle/plugin/com/flurry/symbol-upload/1.1.0/symbol-upload-1.1.0.jar
- https://plugins.gradle.org/m2/gradle/plugin/com/flurry/symbol-upload/1.1.0/symbol-upload-1.1.0.pom
- https://plugins.gradle.org/m2/gradle/plugin/com/flurry/symbol-upload/1.1.0/symbol-upload-1.1.0.jar
- https://yahoo.bintray.com/maven/gradle/plugin/com/flurry/symbol-upload/1.1.0/symbol-upload-1.1.0.pom
- https://yahoo.bintray.com/maven/gradle/plugin/com/flurry/symbol-upload/1.1.0/symbol-upload-1.1.0.jar
Required by:
project:
My root build.gradle file looks like this :
buildscript {
repositories {
maven { url 'https://maven.google.com' }
jcenter()
google()
// flurry repositories..
maven { url "https://plugins.gradle.org/m2/" }
maven { url "https://yahoo.bintray.com/maven" }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.2'
...
classpath "gradle.plugin.com.flurry:symbol-upload:1.1.0"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
Please update your README to ease the setup (there are infos which are out of date -> manual file upload, which is not supported anymore). I still have no idea where I have to add the config you mention in your README:
Hi,
I get include this library properly. When I add the "1.1.0" to my project I get the following error. The version "1.0.0" can be added without this error.
My root build.gradle file looks like this :
Please update your README to ease the setup (there are infos which are out of date -> manual file upload, which is not supported anymore). I still have no idea where I have to add the config you mention in your README: