From 9ac7a353bcc5a83019e25f547c0c49a123c4dc6b Mon Sep 17 00:00:00 2001 From: Lars Saalbach Date: Sat, 5 Oct 2024 21:30:17 +0200 Subject: [PATCH] #805 - Adress the latest target sdk version (35)= for android --- android/variables.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/variables.gradle b/android/variables.gradle index 49cc82b7..cc47cb32 100644 --- a/android/variables.gradle +++ b/android/variables.gradle @@ -1,7 +1,7 @@ ext { minSdkVersion = 26 - compileSdkVersion = 34 - targetSdkVersion = 34 + compileSdkVersion = 35 + targetSdkVersion = 35 androidxActivityVersion = '1.8.0' androidxAppCompatVersion = '1.6.1' androidxCoordinatorLayoutVersion = '1.2.0'