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:
エリス 2023-03-10 12:12:17 +09:00 committed by GitHub
parent 2318ef58ad
commit 992a60a434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",