2016-02-21 19:01:58 +01:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
buildscript {
|
|
|
|
repositories {
|
2018-05-12 17:57:01 +02:00
|
|
|
google()
|
2021-05-04 22:59:51 +02:00
|
|
|
mavenCentral()
|
2016-02-21 19:01:58 +01:00
|
|
|
}
|
|
|
|
dependencies {
|
2024-01-08 23:13:15 +01:00
|
|
|
classpath 'com.android.tools.build:gradle:8.2.1'
|
2016-02-21 19:01:58 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
allprojects {
|
|
|
|
repositories {
|
2018-05-12 17:57:01 +02:00
|
|
|
google()
|
2021-05-04 22:59:51 +02:00
|
|
|
mavenCentral()
|
2016-02-21 19:01:58 +01:00
|
|
|
}
|
|
|
|
}
|