Skip to content

Commit 2a933d8

Browse files
Merge pull request #1840 from microsoft/dependabot/gradle/components/abstractions/android/com.android.tools.build-gradle-8.9.1
chore(deps): bump com.android.tools.build:gradle from 8.9.0 to 8.9.1 in /components/abstractions/android
2 parents ebe71f9 + a8a240d commit 2a933d8

File tree

8 files changed

+24
-24
lines changed

8 files changed

+24
-24
lines changed

components/abstractions/android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010

1111
dependencies {
1212
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.19.2"
13-
classpath "com.android.tools.build:gradle:8.9.0"
13+
classpath "com.android.tools.build:gradle:8.9.1"
1414
classpath "com.github.ben-manes:gradle-versions-plugin:0.52.0"
1515
}
1616
}
@@ -25,13 +25,13 @@ apply plugin: "com.github.ben-manes.versions"
2525

2626
android {
2727
namespace "com.microsoft.kiota"
28-
compileSdkVersion 35
28+
compileSdkVersion 36
2929

3030
defaultConfig {
3131
versionCode 1
3232
versionName "1.0"
3333
minSdkVersion 26
34-
targetSdkVersion 35
34+
targetSdkVersion 36
3535
}
3636

3737
buildTypes {

components/authentication/azure/android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010

1111
dependencies {
1212
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.19.2"
13-
classpath "com.android.tools.build:gradle:8.9.0"
13+
classpath "com.android.tools.build:gradle:8.9.1"
1414
classpath "com.github.ben-manes:gradle-versions-plugin:0.52.0"
1515
}
1616
}
@@ -25,13 +25,13 @@ apply plugin: "com.github.ben-manes.versions"
2525

2626
android {
2727
namespace "com.microsoft.kiota.authentication"
28-
compileSdkVersion 35
28+
compileSdkVersion 36
2929

3030
defaultConfig {
3131
versionCode 1
3232
versionName "1.0"
3333
minSdkVersion 26
34-
targetSdkVersion 35
34+
targetSdkVersion 36
3535
}
3636

3737
buildTypes {

components/bundle/android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010

1111
dependencies {
1212
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.19.2"
13-
classpath "com.android.tools.build:gradle:8.9.0"
13+
classpath "com.android.tools.build:gradle:8.9.1"
1414
classpath "com.github.ben-manes:gradle-versions-plugin:0.52.0"
1515
}
1616
}
@@ -25,13 +25,13 @@ apply plugin: "com.github.ben-manes.versions"
2525

2626
android {
2727
namespace "com.microsoft.kiota.bundle"
28-
compileSdkVersion 35
28+
compileSdkVersion 36
2929

3030
defaultConfig {
3131
versionCode 1
3232
versionName "1.0"
3333
minSdkVersion 26
34-
targetSdkVersion 35
34+
targetSdkVersion 36
3535
}
3636

3737
buildTypes {

components/http/okHttp/android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010

1111
dependencies {
1212
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.19.2"
13-
classpath "com.android.tools.build:gradle:8.9.0"
13+
classpath "com.android.tools.build:gradle:8.9.1"
1414
classpath "com.github.ben-manes:gradle-versions-plugin:0.52.0"
1515
}
1616
}
@@ -25,13 +25,13 @@ apply plugin: "com.github.ben-manes.versions"
2525

2626
android {
2727
namespace "com.microsoft.kiota.http"
28-
compileSdkVersion 35
28+
compileSdkVersion 36
2929

3030
defaultConfig {
3131
versionCode 1
3232
versionName "1.0"
3333
minSdkVersion 26
34-
targetSdkVersion 35
34+
targetSdkVersion 36
3535
}
3636

3737
buildTypes {

components/serialization/form/android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010

1111
dependencies {
1212
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.19.2"
13-
classpath "com.android.tools.build:gradle:8.9.0"
13+
classpath "com.android.tools.build:gradle:8.9.1"
1414
classpath "com.github.ben-manes:gradle-versions-plugin:0.52.0"
1515
}
1616
}
@@ -25,13 +25,13 @@ apply plugin: "com.github.ben-manes.versions"
2525

2626
android {
2727
namespace "com.microsoft.kiota.serialization"
28-
compileSdkVersion 35
28+
compileSdkVersion 36
2929

3030
defaultConfig {
3131
versionCode 1
3232
versionName "1.0"
3333
minSdkVersion 26
34-
targetSdkVersion 35
34+
targetSdkVersion 36
3535
}
3636

3737
buildTypes {

components/serialization/json/android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010

1111
dependencies {
1212
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.19.2"
13-
classpath "com.android.tools.build:gradle:8.9.0"
13+
classpath "com.android.tools.build:gradle:8.9.1"
1414
classpath "com.github.ben-manes:gradle-versions-plugin:0.52.0"
1515
}
1616
}
@@ -25,13 +25,13 @@ apply plugin: "com.github.ben-manes.versions"
2525

2626
android {
2727
namespace "com.microsoft.kiota.serialization"
28-
compileSdkVersion 35
28+
compileSdkVersion 36
2929

3030
defaultConfig {
3131
versionCode 1
3232
versionName "1.0"
3333
minSdkVersion 26
34-
targetSdkVersion 35
34+
targetSdkVersion 36
3535
}
3636

3737
buildTypes {

components/serialization/multipart/android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010

1111
dependencies {
1212
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.19.2"
13-
classpath "com.android.tools.build:gradle:8.9.0"
13+
classpath "com.android.tools.build:gradle:8.9.1"
1414
classpath "com.github.ben-manes:gradle-versions-plugin:0.52.0"
1515
}
1616
}
@@ -25,13 +25,13 @@ apply plugin: "com.github.ben-manes.versions"
2525

2626
android {
2727
namespace "com.microsoft.kiota.serialization"
28-
compileSdkVersion 35
28+
compileSdkVersion 36
2929

3030
defaultConfig {
3131
versionCode 1
3232
versionName "1.0"
3333
minSdkVersion 26
34-
targetSdkVersion 35
34+
targetSdkVersion 36
3535
}
3636

3737
buildTypes {

components/serialization/text/android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010

1111
dependencies {
1212
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.19.2"
13-
classpath "com.android.tools.build:gradle:8.9.0"
13+
classpath "com.android.tools.build:gradle:8.9.1"
1414
classpath "com.github.ben-manes:gradle-versions-plugin:0.52.0"
1515
}
1616
}
@@ -25,13 +25,13 @@ apply plugin: "com.github.ben-manes.versions"
2525

2626
android {
2727
namespace "com.microsoft.kiota.serialization"
28-
compileSdkVersion 35
28+
compileSdkVersion 36
2929

3030
defaultConfig {
3131
versionCode 1
3232
versionName "1.0"
3333
minSdkVersion 26
34-
targetSdkVersion 35
34+
targetSdkVersion 36
3535
}
3636

3737
buildTypes {

0 commit comments

Comments
 (0)