news-android/build.gradle
David Luhmer 90da523a27 update gradle / downgrade retrofit due to errors
Signed-off-by: David Luhmer <david-dev@live.de>
2020-07-23 19:26:19 +02: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.0.0'
}
}
allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
}
}