From eb87849b67b68205567247e20e30c7d43e8ea990 Mon Sep 17 00:00:00 2001 From: Michael Gangolf Date: Fri, 24 May 2024 14:46:11 +0200 Subject: [PATCH] chore: raise android max sdk support (#14042) --- android/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/package.json b/android/package.json index 92b80bfedc6..ad6f5134f67 100644 --- a/android/package.json +++ b/android/package.json @@ -19,7 +19,7 @@ "minSDKVersion": "21", "compileSDKVersion": "33", "vendorDependencies": { - "android sdk": ">=23.x <=33.x", + "android sdk": ">=23.x <=34.x", "android build tools": ">=30.0.2 <=33.x", "android platform tools": "33.x", "android tools": "<=26.x",