2018-07-10 21:05:52 +02:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
|
|
|
|
buildscript {
|
|
|
|
repositories {
|
|
|
|
jcenter()
|
|
|
|
google()
|
|
|
|
}
|
|
|
|
dependencies {
|
2021-03-24 04:21:49 +01:00
|
|
|
classpath 'com.android.tools.build:gradle:4.1.3'
|
2018-07-10 21:05:52 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
allprojects {
|
|
|
|
repositories {
|
|
|
|
jcenter()
|
2018-10-29 20:56:02 +01:00
|
|
|
google()
|
2018-07-10 21:05:52 +02:00
|
|
|
}
|
|
|
|
}
|