colinrtwhite / google-services

Plugins to help with using Google Play services SDK.

Home Page:https://developers.google.com/android/guides/overview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 list of dependencies:

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

About

Plugins to help with using Google Play services SDK.

https://developers.google.com/android/guides/overview


Languages

Language:Java 67.5%Language:Groovy 32.5%