@@ -3,13 +3,12 @@ apply plugin: 'com.android.application'
33android {
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
4141dependencies {
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