GoogleCloudPlatform / gradle-appengine-templates

Freemarker based templates that build with the gradle-appengine-plugin
438 stars 205 forks source link

Gradle temple is missing compile dep on appengine-api-1.0-sdk #77

Open CodingDoug opened 8 years ago

CodingDoug commented 8 years ago

I believe the HelloWorld (and maybe other?) template should have this in its dependencies block:

compile 'com.google.appengine:appengine-api-1.0-sdk:${appEngineVersion}'

I created a new backend module with Android Studio 2.1.2, and this missing dependency was in part why I was having problems using Firebase in my servlet (discovered the problem only by getting to the bottom of this thread).