Skip to content

Commit

Permalink
feat!: bump target sdk & build tools for SDK 33 support (#1538)
Browse files Browse the repository at this point in the history
* feat!: bump target sdk version 33
* feat!: bump minimum build tools version 33.0.1
* feat!: bump minimum build tools version 33.0.2
  • Loading branch information
erisu authored Mar 10, 2023
1 parent 2318ef5 commit 992a60a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/cdv-gradle-config-defaults.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 992a60a

Please sign in to comment.