jamfish/build.gradle
Maxr1998 cce8bdb9c2
Remove explicit R8 and build tools definition
They're imported and set by default, so no need to define them
2020-08-23 17:43:19 +02:00

21 lines
372 B
Groovy

buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}
}
allprojects {
repositories {
google()
jcenter()
maven {
url 'https://jitpack.io'
}
}
}