Ajuste do compileSdk para 35

This commit is contained in:
2026-06-16 17:06:24 +01:00
parent 4a3f81db19
commit d7730e088a

View File

@@ -5,11 +5,7 @@ plugins {
android {
namespace = "com.example.api"
compileSdk {
version = release(36) {
minorApiLevel = 1
}
}
compileSdk = 35
defaultConfig {
applicationId = "com.example.api"