// Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { mavenCentral() google() //jcenter() maven { url 'https://haibison.bitbucket.io/maven-repos' } maven { url 'https://jitpack.io' } maven { url "https://maven.google.com" } maven { url "https://plugins.gradle.org/m2/" } gradlePluginPortal() } dependencies { classpath 'com.android.tools.build:gradle:8.2.2' } } allprojects { repositories { mavenCentral() google() //jcenter() maven { url "https://jitpack.io" } maven { url "https://maven.google.com" } maven { url "https://plugins.gradle.org/m2/" } gradlePluginPortal() } }