mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-31 17:32:51 +08:00
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
This commit is contained in:
parent
2318ef58ad
commit
992a60a434
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"MIN_SDK_VERSION": 22,
|
"MIN_SDK_VERSION": 22,
|
||||||
"SDK_VERSION": 32,
|
"SDK_VERSION": 33,
|
||||||
"COMPILE_SDK_VERSION": null,
|
"COMPILE_SDK_VERSION": null,
|
||||||
"GRADLE_VERSION": "7.4.2",
|
"GRADLE_VERSION": "7.4.2",
|
||||||
"MIN_BUILD_TOOLS_VERSION": "32.0.0",
|
"MIN_BUILD_TOOLS_VERSION": "33.0.2",
|
||||||
"AGP_VERSION": "7.2.1",
|
"AGP_VERSION": "7.2.1",
|
||||||
"KOTLIN_VERSION": "1.5.21",
|
"KOTLIN_VERSION": "1.5.21",
|
||||||
"ANDROIDX_APP_COMPAT_VERSION": "1.4.2",
|
"ANDROIDX_APP_COMPAT_VERSION": "1.4.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user