news-android/build.gradle
Unpublished b11ef37a7a Fix build and tests
- 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>
2019-07-22 10:14:16 +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:3.4.2'
}
}
allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
}
}