buildscript { ext.kotlin_version = '1.3.31' repositories { jcenter() mavenCentral() google() } dependencies { classpath 'com.android.tools.build:gradle:3.4.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } } plugins { id 'com.github.ben-manes.versions' version '0.21.0' } allprojects { repositories { jcenter() mavenCentral() google() maven { url "https://jitpack.io" } } }