mirror of
https://github.com/DrKLO/Telegram.git
synced 2025-04-24 13:16:19 +02:00
17 lines
No EOL
539 B
Groovy
17 lines
No EOL
539 B
Groovy
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
buildscript {
|
|
repositories {
|
|
mavenCentral()
|
|
google()
|
|
maven { url 'https://developer.huawei.com/repo/' }
|
|
}
|
|
dependencies {
|
|
classpath 'com.android.tools.build:gradle:8.4.2'
|
|
classpath 'com.google.gms:google-services:4.3.15'
|
|
classpath 'com.huawei.agconnect:agcp:1.9.1.301'
|
|
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.0'
|
|
}
|
|
}
|
|
repositories {
|
|
google()
|
|
} |