From c820f1b7dbb7583d0b0f1760815e423fe1120d2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Alc=C3=A9rreca?= Date: Tue, 10 Dec 2024 15:02:16 +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 2493b52..04028b8 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -21,12 +21,12 @@ plugins { android { namespace = "com.example.superheroes" - compileSdk = 34 + compileSdk = 35 defaultConfig { applicationId = "com.example.superheroes" minSdk = 24 - targetSdk = 34 + targetSdk = 35 versionCode = 1 versionName = "1.0"