7

Inside the Gradle.build file I see some projects using

compileSdkVersion="'Google Inc.:Google APIs:23"

and some are just using the number

compileSdkVersion="23"

What is the difference between the two?

Gabriele Mariotti
  • 320,139
  • 94
  • 887
  • 841
shekhar pande
  • 1,172
  • 1
  • 11
  • 21

1 Answers1

13

The latter one is correct for the vast majority of projects.

The former one would only be needed for apps using the long-since-deprecated Maps V1 API.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491