Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. // androidApp/build.sbt
  2.  
  3. android.Plugin.androidBuild
  4.  
  5. platformTarget in Android := "android-22"
  6.  
  7. libraryDependencies += "com.google.android.gms" % "play-services" % "4.3.23"
  8.  
  9. autoScalaLibrary := false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement