news-android/build.gradle
Unpublished 4e537651b8 Bump dependencies
Signed-off-by: Unpublished <unpublished@gmx.net>
2020-03-05 11:58:04 +01:00

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.6.1'
}
}
allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
}
}