File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,7 @@ repository {
2424
2525dependency {
2626 // Include the sdk as a dependency
27- compile('com.microsoft.graph:1.0.+')
28-
29- // Include the gson dependency
30- compile('com.google.code.gson:gson:2.3.1')
27+ compile('com.microsoft.graph:msgraph-sdk-java:1.0.+')
3128}
3229```
3330
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ publishing {
3838 publications {
3939 maven(MavenPublication ) {
4040 groupId ' com.microsoft.graph'
41- artifactId ' msgraph-sdk-java-prototype '
41+ artifactId ' msgraph-sdk-java'
4242 version ' 0.1-SNAPSHOT'
4343
4444 from components. java
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ include 'api'
1515include 'services:webservice'
1616*/
1717
18- rootProject. name = ' msgraph-sdk-java-prototype '
18+ rootProject. name = ' msgraph-sdk-java'
You can’t perform that action at this time.
0 commit comments