mirror of
https://github.com/DrKLO/Telegram.git
synced 2024-12-22 14:35:03 +01:00
11 lines
No EOL
320 B
Groovy
11 lines
No EOL
320 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.3.2'
|
|
classpath 'com.google.gms:google-services:3.0.0'
|
|
}
|
|
} |