Skip to content

Commit e534a7d

Browse files
committed
ci: upgrades android sdk version to match dependency upgrade
1 parent 1739c10 commit e534a7d

8 files changed

Lines changed: 16 additions & 16 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 {

0 commit comments

Comments
 (0)