Update target and compilesd to 36 from 35.

This commit is contained in:
fat-tire 2025-05-21 23:21:50 -07:00 committed by fattire
parent ba7b1ceb08
commit 734efab9d0

View file

@ -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"