news-android/build.gradle
David Luhmer 42fa926ba2 update dependencies and prepare release 0.9.9.52
Signed-off-by: David Luhmer <david-dev@live.de>
2020-12-09 17:50:17 +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:4.1.1'
}
}
allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
}
}