Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Can't configure version 1.1.0 of this library in my android project #20

Description

@goemic

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.

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:

flurryCrash {
  <configuration>
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions