This repository was archived by the owner on Nov 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
app/src/main/java/com/microsoft/graph/connect Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1313import android .os .Build ;
1414import android .os .Environment ;
1515import android .os .NetworkOnMainThreadException ;
16- import android .os .StrictMode ;
1716import android .support .annotation .VisibleForTesting ;
1817import android .util .Log ;
1918
Original file line number Diff line number Diff line change 33buildscript {
44 repositories {
55 jcenter()
6+ maven {
7+ url ' https://maven.google.com/'
8+ name ' Google'
9+ }
610 }
711 dependencies {
8- classpath ' com.android.tools.build:gradle:2.1.3 '
12+ classpath ' com.android.tools.build:gradle:3.0.1 '
913
1014 // NOTE: Do not place your application dependencies here; they belong
1115 // in the individual module build.gradle files
@@ -15,6 +19,10 @@ buildscript {
1519allprojects {
1620 repositories {
1721 jcenter()
22+ maven {
23+ url ' https://maven.google.com/'
24+ name ' Google'
25+ }
1826 }
1927}
2028
Original file line number Diff line number Diff line change 1- # Wed Aug 31 17:37 :24 PDT 2016
1+ # Fri Mar 09 13:27 :24 PST 2018
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.14 .1-all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4 .1-all.zip
You can’t perform that action at this time.
0 commit comments