From f992ac6a2cad5adf45d900ff4c472ddd19496bad Mon Sep 17 00:00:00 2001 From: Ryan VanderMeulen Date: Fri, 19 Jul 2024 17:05:21 -0400 Subject: [PATCH] Compile with Android SDK 35 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ba5879457e..c7e15f93a0 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { ext.build = [ ndkVersion: "27.0.12077973", // Keep it in sync in TC Dockerfile. - compileSdkVersion: 34, + compileSdkVersion: 35, targetSdkVersion: 34, minSdkVersion: 21, jvmTargetCompatibility: 17,