g

google-support-location

This library is used to handle location requests and maintains the flow with permission checks in marshmallow.
https://github.com/akashandroid90/GooglePlayServiceLocationSupport
The Apache Software License, Version 2.0
Akash Jain
Files download
File Operation
google-support-location-1.18.pom download
google-support-location-1.18-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.akashandroid90.googlesupport</groupId>
  <artifactId>google-support-location</artifactId>
  <version>1.18</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.akashandroid90.googlesupport:google-support-location:1.18'
Gradle Kotlin
implementation("com.github.akashandroid90.googlesupport:google-support-location:1.18")
Scala SBT
libraryDependencies += "com.github.akashandroid90.googlesupport" % "google-support-location" % "1.18"
Groovy Grape
@Grapes(
  @Grab(group='com.github.akashandroid90.googlesupport', module='google-support-location', version='1.18')
)
Apache Ivy
<dependency org="com.github.akashandroid90.googlesupport" name="google-support-location" rev="1.18" />
Leiningen
[com.github.akashandroid90.googlesupport/google-support-location "1.18"]
Apache Buildr
'com.github.akashandroid90.googlesupport:google-support-location:jar:1.18'