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"