X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=build.gradle;h=477cd22475c89e8cfe07a611c377555372b0b130;hb=ecd1f67963852c0523c42ce1326b78cb7a71f053;hp=cb98401414e07f8a3e651fceb3218800dc52e60b;hpb=0b0c40ca00cfdd80f3e215528f1b9c7f95bbcfe1;p=PrivacyBrowserAndroid.git diff --git a/build.gradle b/build.gradle index cb984014..477cd224 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.0.0' + classpath 'com.android.tools.build:gradle:2.3.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files @@ -15,5 +15,8 @@ buildscript { allprojects { repositories { jcenter() + maven { + url "https://maven.google.com" + } } }