File tree Expand file tree Collapse file tree 4 files changed +2
-5
lines changed
Expand file tree Collapse file tree 4 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ buildscript {
1717repositories {
1818 google()
1919 gradlePluginPortal()
20- maven { url ' https://oss.sonatype.org/content/repositories/snapshots' } // TODO remove when releasing
2120}
2221
2322apply plugin : " com.android.library"
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ sourceSets {
3737repositories {
3838 // You can declare any Maven/Ivy/file repository here.
3939 mavenCentral()
40- maven { url ' https://oss.sonatype.org/content/repositories/snapshots' } // TODO remove when releasing
4140}
4241
4342apply from : " gradle/dependencies.gradle"
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ dependencies {
1111 implementation ' com.squareup.okhttp3:okhttp:4.9.1'
1212
1313 // Core Http library
14- api ' com.microsoft.graph:microsoft-graph-core:2.0.0-SNAPSHOT ' // TODO update version when releasing
14+ api ' com.microsoft.graph:microsoft-graph-core:2.0.0'
1515}
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ plugins {
1212}
1313
1414repositories {
15- maven { url ' https://oss.sonatype.org/content/repositories/snapshots' } // TODO remove when releasing
1615 mavenCentral()
1716}
1817
@@ -29,7 +28,7 @@ dependencies {
2928 implementation ' com.google.guava:guava:30.1-jre'
3029 implementation ' com.google.code.gson:gson:2.8.6'
3130
32- implementation ' com.microsoft.graph:microsoft-graph-core:2.0.0-SNAPSHOT ' // TODO update this when releasing
31+ implementation ' com.microsoft.graph:microsoft-graph-core:2.0.0'
3332}
3433
3534application {
You can’t perform that action at this time.
0 commit comments