Skip to content

Jasonette-android build.gradle #254

Description

@christianswanepoel

I had a build issue, I fixed by environment editing build.gradle. The default download would error with multiple "Error: could not find" entries.

uncommenting / deleting

dependencies {
   //classpath 'com.google.gms:google-services:4.1.0'
}

and adding: google()

allprojects {
    repositories {
        google()

Environment: MacOS 10.14 / Android Studio 3.2.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions