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 992a60a4 feat!: bump target sdk & build tools for SDK 33 support
(#1538)
992a60a4 is described below
commit 992a60a4342d1a3d195ec93c6dee7a1fa096de2a
Author: エリス <[email protected]>
AuthorDate: Fri Mar 10 12:12:17 2023 +0900
feat!: bump target sdk & build tools for SDK 33 support (#1538)
* feat!: bump target sdk version 33
* feat!: bump minimum build tools version 33.0.1
* feat!: bump minimum build tools version 33.0.2
---
framework/cdv-gradle-config-defaults.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/framework/cdv-gradle-config-defaults.json
b/framework/cdv-gradle-config-defaults.json
index 5fcd5be6..2e4f3ed0 100644
--- a/framework/cdv-gradle-config-defaults.json
+++ b/framework/cdv-gradle-config-defaults.json
@@ -1,9 +1,9 @@
{
"MIN_SDK_VERSION": 22,
- "SDK_VERSION": 32,
+ "SDK_VERSION": 33,
"COMPILE_SDK_VERSION": null,
"GRADLE_VERSION": "7.4.2",
- "MIN_BUILD_TOOLS_VERSION": "32.0.0",
+ "MIN_BUILD_TOOLS_VERSION": "33.0.2",
"AGP_VERSION": "7.2.1",
"KOTLIN_VERSION": "1.5.21",
"ANDROIDX_APP_COMPAT_VERSION": "1.4.2",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]