From eb40048194f31d60a5da8c0f963c6077696bea55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Alc=C3=A9rreca?= Date: Tue, 10 Dec 2024 14:57:01 +0000 Subject: [PATCH] SDK 35 --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 234a6dc..fd479c8 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -22,12 +22,12 @@ plugins { android { namespace = "com.example.bluromatic" - compileSdk = 34 + compileSdk = 35 defaultConfig { applicationId = "com.example.bluromatic" minSdk = 24 - targetSdk = 34 + targetSdk = 35 versionCode = 1 versionName = "1.0"