852655432a
- New option to add chat shortcut to home screen - Bug fixes and improvements
11 lines
327 B
Groovy
11 lines
327 B
Groovy
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
buildscript {
|
|
repositories {
|
|
jcenter()
|
|
mavenCentral()
|
|
}
|
|
dependencies {
|
|
classpath 'com.android.tools.build:gradle:2.1.0'
|
|
classpath 'com.google.gms:google-services:2.1.0-alpha3'
|
|
}
|
|
} |