2017-03-13 23:45:25 +01:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
buildscript {
|
|
|
|
repositories {
|
2017-11-05 15:24:47 +01:00
|
|
|
google()
|
2021-10-05 13:31:27 +02:00
|
|
|
mavenCentral()
|
2017-03-13 23:45:25 +01:00
|
|
|
}
|
|
|
|
dependencies {
|
2023-11-26 19:05:46 +01:00
|
|
|
classpath 'com.android.tools.build:gradle:8.1.4'
|
2021-03-13 17:05:28 +01:00
|
|
|
}
|
2017-03-13 23:45:25 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
allprojects {
|
|
|
|
repositories {
|
2017-11-05 15:24:47 +01:00
|
|
|
google()
|
2021-10-05 13:31:27 +02:00
|
|
|
mavenCentral()
|
2017-03-13 23:45:25 +01:00
|
|
|
}
|
|
|
|
}
|