This commit is contained in:
Jose Alcérreca
2024-12-10 15:02:16 +00:00
parent f8610fb80d
commit c820f1b7db

View File

@@ -21,12 +21,12 @@ plugins {
android { android {
namespace = "com.example.superheroes" namespace = "com.example.superheroes"
compileSdk = 34 compileSdk = 35
defaultConfig { defaultConfig {
applicationId = "com.example.superheroes" applicationId = "com.example.superheroes"
minSdk = 24 minSdk = 24
targetSdk = 34 targetSdk = 35
versionCode = 1 versionCode = 1
versionName = "1.0" versionName = "1.0"