diff --git a/components/abstractions/android/build.gradle b/components/abstractions/android/build.gradle index 7c78f35ed..a05caf2c2 100644 --- a/components/abstractions/android/build.gradle +++ b/components/abstractions/android/build.gradle @@ -24,13 +24,13 @@ apply plugin: "com.github.ben-manes.versions" android { namespace "com.microsoft.kiota" - compileSdkVersion 36 + compileSdkVersion 37 defaultConfig { versionCode 1 versionName "1.0" minSdkVersion 26 - targetSdkVersion 36 + targetSdkVersion 37 } buildTypes { diff --git a/components/authentication/azure/android/build.gradle b/components/authentication/azure/android/build.gradle index aa82165af..5a9fa0922 100644 --- a/components/authentication/azure/android/build.gradle +++ b/components/authentication/azure/android/build.gradle @@ -24,13 +24,13 @@ apply plugin: "com.github.ben-manes.versions" android { namespace "com.microsoft.kiota.authentication" - compileSdkVersion 36 + compileSdkVersion 37 defaultConfig { versionCode 1 versionName "1.0" minSdkVersion 26 - targetSdkVersion 36 + targetSdkVersion 37 } buildTypes { diff --git a/components/bundle/android/build.gradle b/components/bundle/android/build.gradle index d84d033b4..32c70b13b 100644 --- a/components/bundle/android/build.gradle +++ b/components/bundle/android/build.gradle @@ -24,13 +24,13 @@ apply plugin: "com.github.ben-manes.versions" android { namespace "com.microsoft.kiota.bundle" - compileSdkVersion 36 + compileSdkVersion 37 defaultConfig { versionCode 1 versionName "1.0" minSdkVersion 26 - targetSdkVersion 36 + targetSdkVersion 37 } buildTypes { diff --git a/components/http/okHttp/android/build.gradle b/components/http/okHttp/android/build.gradle index b110eec83..0b654599f 100644 --- a/components/http/okHttp/android/build.gradle +++ b/components/http/okHttp/android/build.gradle @@ -24,13 +24,13 @@ apply plugin: "com.github.ben-manes.versions" android { namespace "com.microsoft.kiota.http" - compileSdkVersion 36 + compileSdkVersion 37 defaultConfig { versionCode 1 versionName "1.0" minSdkVersion 26 - targetSdkVersion 36 + targetSdkVersion 37 } buildTypes { diff --git a/components/serialization/form/android/build.gradle b/components/serialization/form/android/build.gradle index 6dca0aeb9..903079dcc 100644 --- a/components/serialization/form/android/build.gradle +++ b/components/serialization/form/android/build.gradle @@ -24,13 +24,13 @@ apply plugin: "com.github.ben-manes.versions" android { namespace "com.microsoft.kiota.serialization" - compileSdkVersion 36 + compileSdkVersion 37 defaultConfig { versionCode 1 versionName "1.0" minSdkVersion 26 - targetSdkVersion 36 + targetSdkVersion 37 } buildTypes { diff --git a/components/serialization/json/android/build.gradle b/components/serialization/json/android/build.gradle index 6dca0aeb9..903079dcc 100644 --- a/components/serialization/json/android/build.gradle +++ b/components/serialization/json/android/build.gradle @@ -24,13 +24,13 @@ apply plugin: "com.github.ben-manes.versions" android { namespace "com.microsoft.kiota.serialization" - compileSdkVersion 36 + compileSdkVersion 37 defaultConfig { versionCode 1 versionName "1.0" minSdkVersion 26 - targetSdkVersion 36 + targetSdkVersion 37 } buildTypes { diff --git a/components/serialization/multipart/android/build.gradle b/components/serialization/multipart/android/build.gradle index 6dca0aeb9..903079dcc 100644 --- a/components/serialization/multipart/android/build.gradle +++ b/components/serialization/multipart/android/build.gradle @@ -24,13 +24,13 @@ apply plugin: "com.github.ben-manes.versions" android { namespace "com.microsoft.kiota.serialization" - compileSdkVersion 36 + compileSdkVersion 37 defaultConfig { versionCode 1 versionName "1.0" minSdkVersion 26 - targetSdkVersion 36 + targetSdkVersion 37 } buildTypes { diff --git a/components/serialization/text/android/build.gradle b/components/serialization/text/android/build.gradle index 6dca0aeb9..903079dcc 100644 --- a/components/serialization/text/android/build.gradle +++ b/components/serialization/text/android/build.gradle @@ -24,13 +24,13 @@ apply plugin: "com.github.ben-manes.versions" android { namespace "com.microsoft.kiota.serialization" - compileSdkVersion 36 + compileSdkVersion 37 defaultConfig { versionCode 1 versionName "1.0" minSdkVersion 26 - targetSdkVersion 36 + targetSdkVersion 37 } buildTypes { diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7d9d03de2..38eb75dc6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ okhttp = "4.12.0" opentelemetry = "1.63.0" [libraries] -com-android-tools-build-gradle = { group = "com.android.tools.build", name = "gradle", version = "8.11.0" } +com-android-tools-build-gradle = { group = "com.android.tools.build", name = "gradle", version = "9.2.1" } com-azure-azure-core = { group = "com.azure", name = "azure-core", version = "1.58.1" } com-github-ben-manes-gradle-versions-plugin = { group = "com.github.ben-manes", name = "gradle-versions-plugin", version = "0.52.0" } com-google-code-gson-gson = { group = "com.google.code.gson", name = "gson", version = "2.14.0" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index df6a6ad76..eb84db68d 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/gradlew b/gradlew index b9bb139f7..249efbb03 100755 --- a/gradlew +++ b/gradlew @@ -20,7 +20,7 @@ ############################################################################## # -# Gradle start up script for POSIX generated by Gradle. +# gradlew start up script for POSIX generated by Gradle. # # Important for running: # @@ -29,7 +29,7 @@ # bash, then to run this script, type that shell name before the whole # command line, like: # -# ksh Gradle +# ksh gradlew # # Busybox and similar reduced shells will NOT work, because this script # requires all of these POSIX shell features: diff --git a/gradlew.bat b/gradlew.bat index aa5f10b06..8508ef684 100644 --- a/gradlew.bat +++ b/gradlew.bat @@ -19,7 +19,7 @@ @if "%DEBUG%"=="" @echo off @rem ########################################################################## @rem -@rem Gradle startup script for Windows +@rem gradlew startup script for Windows @rem @rem ########################################################################## @@ -72,7 +72,7 @@ echo location of your Java installation. 1>&2 -@rem Execute Gradle +@rem Execute gradlew @rem endlocal doesn't take effect until after the line is parsed and variables are expanded @rem which allows us to clear the local environment before executing the java command endlocal & "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %* & call :exitWithErrorLevel