From 3f5e7dae93e3c83368d2db0da7ee0dbcfd14d895 Mon Sep 17 00:00:00 2001 From: Eslam El-feky <33692485+eslamira@users.noreply.github.com> Date: Thu, 12 Sep 2024 19:29:44 +0300 Subject: [PATCH] compileSdkVersion 34 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 4c7c7b9..77bb9b7 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -22,7 +22,7 @@ rootProject.allprojects { apply plugin: 'com.android.library' android { - compileSdkVersion 28 + compileSdkVersion 34 defaultConfig { minSdkVersion 16