b11ef37a7a
- Bump AGP from 3.4.1 to 3.4.2 - Bump gradle from 5.3.1 to 5.5.1 Signed-off-by: Unpublished <unpublished@gmx.net>
19 lines
379 B
Groovy
19 lines
379 B
Groovy
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
buildscript {
|
|
repositories {
|
|
jcenter()
|
|
google()
|
|
}
|
|
dependencies {
|
|
classpath 'com.android.tools.build:gradle:3.4.2'
|
|
}
|
|
}
|
|
|
|
allprojects {
|
|
repositories {
|
|
google()
|
|
jcenter()
|
|
maven { url "https://jitpack.io" }
|
|
}
|
|
}
|