Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions components/abstractions/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {

dependencies {
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.19.2"
classpath "com.android.tools.build:gradle:8.9.0"
classpath "com.android.tools.build:gradle:8.9.1"
classpath "com.github.ben-manes:gradle-versions-plugin:0.52.0"
}
}
Expand All @@ -25,13 +25,13 @@ apply plugin: "com.github.ben-manes.versions"

android {
namespace "com.microsoft.kiota"
compileSdkVersion 35
compileSdkVersion 36

defaultConfig {
versionCode 1
versionName "1.0"
minSdkVersion 26
targetSdkVersion 35
targetSdkVersion 36
}

buildTypes {
Expand Down
6 changes: 3 additions & 3 deletions components/authentication/azure/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {

dependencies {
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.19.2"
classpath "com.android.tools.build:gradle:8.9.0"
classpath "com.android.tools.build:gradle:8.9.1"
classpath "com.github.ben-manes:gradle-versions-plugin:0.52.0"
}
}
Expand All @@ -25,13 +25,13 @@ apply plugin: "com.github.ben-manes.versions"

android {
namespace "com.microsoft.kiota.authentication"
compileSdkVersion 35
compileSdkVersion 36

defaultConfig {
versionCode 1
versionName "1.0"
minSdkVersion 26
targetSdkVersion 35
targetSdkVersion 36
}

buildTypes {
Expand Down
6 changes: 3 additions & 3 deletions components/bundle/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {

dependencies {
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.19.2"
classpath "com.android.tools.build:gradle:8.9.0"
classpath "com.android.tools.build:gradle:8.9.1"
classpath "com.github.ben-manes:gradle-versions-plugin:0.52.0"
}
}
Expand All @@ -25,13 +25,13 @@ apply plugin: "com.github.ben-manes.versions"

android {
namespace "com.microsoft.kiota.bundle"
compileSdkVersion 35
compileSdkVersion 36

defaultConfig {
versionCode 1
versionName "1.0"
minSdkVersion 26
targetSdkVersion 35
targetSdkVersion 36
}

buildTypes {
Expand Down
6 changes: 3 additions & 3 deletions components/http/okHttp/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {

dependencies {
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.19.2"
classpath "com.android.tools.build:gradle:8.9.0"
classpath "com.android.tools.build:gradle:8.9.1"
classpath "com.github.ben-manes:gradle-versions-plugin:0.52.0"
}
}
Expand All @@ -25,13 +25,13 @@ apply plugin: "com.github.ben-manes.versions"

android {
namespace "com.microsoft.kiota.http"
compileSdkVersion 35
compileSdkVersion 36

defaultConfig {
versionCode 1
versionName "1.0"
minSdkVersion 26
targetSdkVersion 35
targetSdkVersion 36
}

buildTypes {
Expand Down
6 changes: 3 additions & 3 deletions components/serialization/form/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {

dependencies {
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.19.2"
classpath "com.android.tools.build:gradle:8.9.0"
classpath "com.android.tools.build:gradle:8.9.1"
classpath "com.github.ben-manes:gradle-versions-plugin:0.52.0"
}
}
Expand All @@ -25,13 +25,13 @@ apply plugin: "com.github.ben-manes.versions"

android {
namespace "com.microsoft.kiota.serialization"
compileSdkVersion 35
compileSdkVersion 36

defaultConfig {
versionCode 1
versionName "1.0"
minSdkVersion 26
targetSdkVersion 35
targetSdkVersion 36
}

buildTypes {
Expand Down
6 changes: 3 additions & 3 deletions components/serialization/json/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {

dependencies {
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.19.2"
classpath "com.android.tools.build:gradle:8.9.0"
classpath "com.android.tools.build:gradle:8.9.1"
classpath "com.github.ben-manes:gradle-versions-plugin:0.52.0"
}
}
Expand All @@ -25,13 +25,13 @@ apply plugin: "com.github.ben-manes.versions"

android {
namespace "com.microsoft.kiota.serialization"
compileSdkVersion 35
compileSdkVersion 36

defaultConfig {
versionCode 1
versionName "1.0"
minSdkVersion 26
targetSdkVersion 35
targetSdkVersion 36
}

buildTypes {
Expand Down
6 changes: 3 additions & 3 deletions components/serialization/multipart/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {

dependencies {
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.19.2"
classpath "com.android.tools.build:gradle:8.9.0"
classpath "com.android.tools.build:gradle:8.9.1"
classpath "com.github.ben-manes:gradle-versions-plugin:0.52.0"
}
}
Expand All @@ -25,13 +25,13 @@ apply plugin: "com.github.ben-manes.versions"

android {
namespace "com.microsoft.kiota.serialization"
compileSdkVersion 35
compileSdkVersion 36

defaultConfig {
versionCode 1
versionName "1.0"
minSdkVersion 26
targetSdkVersion 35
targetSdkVersion 36
}

buildTypes {
Expand Down
6 changes: 3 additions & 3 deletions components/serialization/text/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {

dependencies {
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.19.2"
classpath "com.android.tools.build:gradle:8.9.0"
classpath "com.android.tools.build:gradle:8.9.1"
classpath "com.github.ben-manes:gradle-versions-plugin:0.52.0"
}
}
Expand All @@ -25,13 +25,13 @@ apply plugin: "com.github.ben-manes.versions"

android {
namespace "com.microsoft.kiota.serialization"
compileSdkVersion 35
compileSdkVersion 36

defaultConfig {
versionCode 1
versionName "1.0"
minSdkVersion 26
targetSdkVersion 35
targetSdkVersion 36
}

buildTypes {
Expand Down
Loading