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 {
|
2022-10-16 17:02:24 +02:00
|
|
|
classpath 'com.android.tools.build:gradle:7.3.0'
|
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
|
|
|
}
|
|
|
|
}
|