buildscript { ext.kotlin_version = '1.2.70' repositories { jcenter() mavenCentral() google() } dependencies { classpath 'com.android.tools.build:gradle:3.3.0-alpha11' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } } plugins { id 'com.github.ben-manes.versions' version '0.20.0' } allprojects { repositories { jcenter() mavenCentral() google() maven { url "https://jitpack.io" } maven { url "https://dl.bintray.com/drummer-aidan/maven/" } } }