From dab832f37a70ac866a9bee81363561b6c3645137 Mon Sep 17 00:00:00 2001 From: Michael Gangolf Date: Tue, 21 May 2024 12:04:05 +0200 Subject: [PATCH] chore: raise android max sdk support --- 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",