Skip to content

Commit 9cfdca0

Browse files
Merge pull request #2131 from microsoft/dependabot/gradle/gradle-wrapper-9.6.0
chore(deps): bump gradle-wrapper from 9.5.1 to 9.6.0
2 parents 2b1e2f4 + e534a7d commit 9cfdca0

12 files changed

Lines changed: 22 additions & 22 deletions

File tree

components/abstractions/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ apply plugin: "com.github.ben-manes.versions"
2424

2525
android {
2626
namespace "com.microsoft.kiota"
27-
compileSdkVersion 36
27+
compileSdkVersion 37
2828

2929
defaultConfig {
3030
versionCode 1
3131
versionName "1.0"
3232
minSdkVersion 26
33-
targetSdkVersion 36
33+
targetSdkVersion 37
3434
}
3535

3636
buildTypes {

components/authentication/azure/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ apply plugin: "com.github.ben-manes.versions"
2424

2525
android {
2626
namespace "com.microsoft.kiota.authentication"
27-
compileSdkVersion 36
27+
compileSdkVersion 37
2828

2929
defaultConfig {
3030
versionCode 1
3131
versionName "1.0"
3232
minSdkVersion 26
33-
targetSdkVersion 36
33+
targetSdkVersion 37
3434
}
3535

3636
buildTypes {

components/bundle/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ apply plugin: "com.github.ben-manes.versions"
2424

2525
android {
2626
namespace "com.microsoft.kiota.bundle"
27-
compileSdkVersion 36
27+
compileSdkVersion 37
2828

2929
defaultConfig {
3030
versionCode 1
3131
versionName "1.0"
3232
minSdkVersion 26
33-
targetSdkVersion 36
33+
targetSdkVersion 37
3434
}
3535

3636
buildTypes {

components/http/okHttp/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ apply plugin: "com.github.ben-manes.versions"
2424

2525
android {
2626
namespace "com.microsoft.kiota.http"
27-
compileSdkVersion 36
27+
compileSdkVersion 37
2828

2929
defaultConfig {
3030
versionCode 1
3131
versionName "1.0"
3232
minSdkVersion 26
33-
targetSdkVersion 36
33+
targetSdkVersion 37
3434
}
3535

3636
buildTypes {

components/serialization/form/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ apply plugin: "com.github.ben-manes.versions"
2424

2525
android {
2626
namespace "com.microsoft.kiota.serialization"
27-
compileSdkVersion 36
27+
compileSdkVersion 37
2828

2929
defaultConfig {
3030
versionCode 1
3131
versionName "1.0"
3232
minSdkVersion 26
33-
targetSdkVersion 36
33+
targetSdkVersion 37
3434
}
3535

3636
buildTypes {

components/serialization/json/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ apply plugin: "com.github.ben-manes.versions"
2424

2525
android {
2626
namespace "com.microsoft.kiota.serialization"
27-
compileSdkVersion 36
27+
compileSdkVersion 37
2828

2929
defaultConfig {
3030
versionCode 1
3131
versionName "1.0"
3232
minSdkVersion 26
33-
targetSdkVersion 36
33+
targetSdkVersion 37
3434
}
3535

3636
buildTypes {

components/serialization/multipart/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ apply plugin: "com.github.ben-manes.versions"
2424

2525
android {
2626
namespace "com.microsoft.kiota.serialization"
27-
compileSdkVersion 36
27+
compileSdkVersion 37
2828

2929
defaultConfig {
3030
versionCode 1
3131
versionName "1.0"
3232
minSdkVersion 26
33-
targetSdkVersion 36
33+
targetSdkVersion 37
3434
}
3535

3636
buildTypes {

components/serialization/text/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ apply plugin: "com.github.ben-manes.versions"
2424

2525
android {
2626
namespace "com.microsoft.kiota.serialization"
27-
compileSdkVersion 36
27+
compileSdkVersion 37
2828

2929
defaultConfig {
3030
versionCode 1
3131
versionName "1.0"
3232
minSdkVersion 26
33-
targetSdkVersion 36
33+
targetSdkVersion 37
3434
}
3535

3636
buildTypes {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ okhttp = "4.12.0"
33
opentelemetry = "1.63.0"
44

55
[libraries]
6-
com-android-tools-build-gradle = { group = "com.android.tools.build", name = "gradle", version = "8.11.0" }
6+
com-android-tools-build-gradle = { group = "com.android.tools.build", name = "gradle", version = "9.2.1" }
77
com-azure-azure-core = { group = "com.azure", name = "azure-core", version = "1.58.1" }
88
com-github-ben-manes-gradle-versions-plugin = { group = "com.github.ben-manes", name = "gradle-versions-plugin", version = "0.52.0" }
99
com-google-code-gson-gson = { group = "com.google.code.gson", name = "gson", version = "2.14.0" }

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-9.5.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip
44
networkTimeout=10000
55
retries=0
66
retryBackOffMs=500

0 commit comments

Comments
 (0)