// Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { google() jcenter() maven { url 'https://maven.google.com/' name 'Google' } } dependencies { classpath 'io.realm:realm-gradle-plugin:5.8.0' classpath 'com.android.tools.build:gradle:4.0.2' classpath 'com.google.gms:google-services:4.3.4' } } allprojects { repositories { google() jcenter() mavenCentral() maven { url 'https://jitpack.io' } } }