Adding firebase to libgdx project built with gradle
问题 Here is my gradle.build. Im trying to add the firebase dependency so I can play with the simple login functions but gradle looks like it cant find the dependency. I copy and pasted what the firebase simple login example said to add to the build.gradle file but im coming up with this error. Included is the build.gradle file and a full stack trace of when I tried to build it from command line. buildscript { repositories { mavenCentral() mavenLocal() maven { url 'https://github.com