Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 357fb32

Browse files
author
John Austin
committed
incremented sample version with udate of auth library and new version of Graph library
1 parent ae8707b commit 357fb32

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

app/build.gradle

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ apply plugin: 'com.android.application'
33
android {
44
compileSdkVersion 25
55
buildToolsVersion '27.0.3'
6-
76
defaultConfig {
87
applicationId "com.microsoft.graph.snippets"
98
minSdkVersion 21
109
targetSdkVersion 25
11-
versionCode 1
12-
versionName "1.0"
10+
versionCode 2
11+
versionName '1.5'
1312
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1413
javaCompileOptions {
1514
annotationProcessorOptions {
@@ -35,28 +34,23 @@ android {
3534
resolutionStrategy.force 'com.android.support:support-annotations:25.3.1'
3635
}
3736
}
38-
37+
productFlavors {
38+
}
3939
}
4040

4141
dependencies {
42-
implementation ('com.microsoft.identity.client:msal:0.1.+'){
42+
implementation('com.microsoft.identity.client:msal:0.1.+') {
4343
exclude group: 'com.android.support', module: 'appcompat-v7'
4444
}
45-
4645
implementation 'com.android.volley:volley:1.0.0'
4746
implementation 'com.android.support:support-fragment:25.1.0'
4847
implementation 'com.android.support:appcompat-v7:25.1.0'
49-
5048
// Butterknife
5149
implementation 'com.jakewharton:butterknife:8.4.0'
5250
annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0'
53-
54-
implementation 'com.microsoft.graph:msgraph-sdk-android:1.1.0'
55-
51+
implementation 'com.microsoft.graph:msgraph-sdk-android:1.5.0'
5652
implementation 'joda-time:joda-time:2.9.4'
57-
5853
implementation 'com.google.guava:guava:19.0'
59-
6054
// Test libraries
6155
androidTestImplementation 'com.android.support:support-annotations:25.1.0'
6256
//noinspection GradleCompatible
@@ -65,5 +59,4 @@ dependencies {
6559
androidTestImplementation 'com.android.support.test.espresso:espresso-core:2.2.2'
6660
androidTestImplementation 'com.android.support.test.espresso:espresso-intents:2.2.2'
6761
androidTestImplementation 'com.android.support.test.espresso:espresso-web:2.2.2'
68-
6962
}

0 commit comments

Comments
 (0)