This is an automated email from the ASF dual-hosted git repository. erisu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cordova-android.git
The following commit(s) were added to refs/heads/master by this push: new cee7b0b8 feat!: SDK 35 Support (#1763) cee7b0b8 is described below commit cee7b0b8acd4efd3a1a1ba5bfc38ea1d49d7d35e Author: エリス <er...@users.noreply.github.com> AuthorDate: Tue Jan 28 10:32:49 2025 +0900 feat!: SDK 35 Support (#1763) * feat(gradle)!: bump to 8.9 w/ AGP@8.7.3 * feat!: bump android sdk@35 & minimum-build-tool@35.0.0 --- framework/cdv-gradle-config-defaults.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/framework/cdv-gradle-config-defaults.json b/framework/cdv-gradle-config-defaults.json index 46e6513d..20d2c01f 100644 --- a/framework/cdv-gradle-config-defaults.json +++ b/framework/cdv-gradle-config-defaults.json @@ -1,10 +1,10 @@ { "MIN_SDK_VERSION": 24, - "SDK_VERSION": 34, + "SDK_VERSION": 35, "COMPILE_SDK_VERSION": null, - "GRADLE_VERSION": "8.7", - "MIN_BUILD_TOOLS_VERSION": "34.0.0", - "AGP_VERSION": "8.3.0", + "GRADLE_VERSION": "8.9", + "MIN_BUILD_TOOLS_VERSION": "35.0.0", + "AGP_VERSION": "8.7.3", "KOTLIN_VERSION": "1.9.24", "ANDROIDX_APP_COMPAT_VERSION": "1.6.1", "ANDROIDX_WEBKIT_VERSION": "1.6.0", --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org For additional commands, e-mail: commits-h...@cordova.apache.org