SdkProject/build.gradle
@@ -3,12 +3,12 @@ repositories { google() jcenter() maven { url 'https://jitpack.io' } } dependencies { classpath "com.android.tools.build:gradle:4.1.0" classpath "com.android.tools.build:gradle:4.1.1" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files // in the individual module deps.gradle files } } @@ -16,6 +16,7 @@ repositories { google() jcenter() maven { url 'https://jitpack.io' } } }