plus-messenger/build.gradle
rafalense 852655432a v3.8.1.2
- New option to add chat shortcut to home screen
- Bug fixes and improvements
2016-05-26 07:18:06 +02:00

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'
}
}