From b0733914910de3ad5406e8eb67e3f22eb1c76f3b Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Tue, 21 Jan 2025 08:55:41 +0100 Subject: [PATCH] Set `compileSdkVersion` to 35 --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index bd932a8..1246b72 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -31,7 +31,7 @@ if (keystorePropertiesFile.exists()) { } android { - compileSdkVersion 34 + compileSdkVersion 35 ndkVersion "27.0.12077973" compileOptions {