Skip to content

Commit 988ab72

Browse files
authored
Merge branch 'main' into v1.0/pipelinebuild/159048
2 parents 820d7c6 + a69162f commit 988ab72

File tree

10 files changed

+115
-105
lines changed

10 files changed

+115
-105
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.17.6"
1010
classpath "gradle.plugin.com.github.viswaramamoorthy:gradle-util-plugins:0.1.0-RELEASE"
1111
classpath "com.github.ben-manes:gradle-versions-plugin:0.51.0"
12-
classpath "com.android.tools.build:gradle:8.5.1"
12+
classpath "com.android.tools.build:gradle:8.5.2"
1313
}
1414
}
1515

51 Bytes
Binary file not shown.

android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

android/gradlew

100644100755
Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/gradlew.bat

Lines changed: 94 additions & 92 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradle/dependencies.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ dependencies {
1010
// Core Http library
1111
api 'com.microsoft.graph:microsoft-graph-core:3.1.15'
1212

13-
implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.1.14'
14-
implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.1.14'
15-
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.1.14'
16-
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.1.14'
17-
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.1.14'
18-
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.1.14'
13+
implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.2.0'
14+
implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.2.0'
15+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.2.0'
16+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.2.0'
17+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.2.0'
18+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.2.0'
1919
}

gradle/wrapper/gradle-wrapper.jar

51 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)