From 734efab9d07ec2c0b171b717b47abd4edb5aad47 Mon Sep 17 00:00:00 2001 From: fat-tire <528174+fat-tire@users.noreply.github.com> Date: Wed, 21 May 2025 23:21:50 -0700 Subject: [PATCH] Update target and compilesd to 36 from 35. --- Android/src/app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Android/src/app/build.gradle.kts b/Android/src/app/build.gradle.kts index e0b6468..7bf6c1e 100644 --- a/Android/src/app/build.gradle.kts +++ b/Android/src/app/build.gradle.kts @@ -23,13 +23,13 @@ plugins { android { namespace = "com.google.ai.edge.gallery" - compileSdk = 35 + compileSdk = 36 defaultConfig { // Don't change to com.google.ai.edge.gallery yet. applicationId = "com.google.aiedge.gallery" minSdk = 26 - targetSdk = 35 + targetSdk = 36 versionCode = 1 versionName = "1.0.2"