Update SDK Build Tools

This commit is contained in:
Chris Renshaw
2025-06-11 10:22:04 -03:00
committed by GitHub
parent c6739dfa42
commit 89de098a83

View File

@@ -4,9 +4,9 @@ plugins {
android { android {
namespace = "es.chiteroman.playintegrityfix" namespace = "es.chiteroman.playintegrityfix"
compileSdk = 35 compileSdk = 36
ndkVersion = "28.1.13356709" ndkVersion = "28.1.13356709"
buildToolsVersion = "35.0.1" buildToolsVersion = "36.0.0"
buildFeatures { buildFeatures {
prefab = true prefab = true
@@ -22,7 +22,7 @@ android {
defaultConfig { defaultConfig {
applicationId = "es.chiteroman.playintegrityfix" applicationId = "es.chiteroman.playintegrityfix"
minSdk = 26 minSdk = 26
targetSdk = 35 targetSdk = 36
versionCode = 1 versionCode = 1
versionName = "1.0" versionName = "1.0"