Skip to content

Commit

Permalink
- removes snapshot reference for core following release
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Mar 15, 2021
1 parent 852c4d6 commit 7264c23
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ buildscript {
repositories {
google()
gradlePluginPortal()
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' } //TODO remove when releasing
}

apply plugin: "com.android.library"
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ sourceSets {
repositories {
// You can declare any Maven/Ivy/file repository here.
mavenCentral()
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' } //TODO remove when releasing
}

apply from: "gradle/dependencies.gradle"
Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dependencies {
implementation 'com.squareup.okhttp3:okhttp:4.9.1'

// Core Http library
api 'com.microsoft.graph:microsoft-graph-core:2.0.0-SNAPSHOT' //TODO update version when releasing
api 'com.microsoft.graph:microsoft-graph-core:2.0.0'
}
3 changes: 1 addition & 2 deletions typesummary/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ plugins {
}

repositories {
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' } //TODO remove when releasing
mavenCentral()
}

Expand All @@ -29,7 +28,7 @@ dependencies {
implementation 'com.google.guava:guava:30.1-jre'
implementation 'com.google.code.gson:gson:2.8.6'

implementation 'com.microsoft.graph:microsoft-graph-core:2.0.0-SNAPSHOT' //TODO update this when releasing
implementation 'com.microsoft.graph:microsoft-graph-core:2.0.0'
}

application {
Expand Down

0 comments on commit 7264c23

Please sign in to comment.