8000 GitHub - colinrtwhite/google-services: Plugins to help with using Google Play services SDK.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

colinrtwhite/google-services

 
 

Repository files navigation

Google Services Gradle Plugin

This plugin converts the google-services.json file for Firebase into a set of resources that the Firebase libraries can use. It also references the strict-version-matcher plugin, and will execute those checks as well.

Usage

Add JitPack to your list of repositories:

repositories {
    maven { url 'https://jitpack.io' }
}

And add the library to your l 53DC ist of dependencies:

buildscript {
    dependencies {
        classpath 'com.github.colinrtwhite:google-services:<LATEST_COMMIT_HASH>'
    }
}

About

Plugins to help with using Google Play services SDK.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 67.5%
  • Groovy 32.5%
0