Update SDK Build Tools

This commit is contained in:
Chris Renshaw
2025-01-16 19:23:22 -04:00
committed by GitHub
parent 3e30d553c9
commit b644573e52

View File

@@ -4,9 +4,9 @@ plugins {
android { android {
namespace = "es.chiteroman.playintegrityfix" namespace = "es.chiteroman.playintegrityfix"
compileSdk = 34 compileSdk = 35
ndkVersion = "27.2.12479018" ndkVersion = "27.2.12479018"
buildToolsVersion = "34.0.0" buildToolsVersion = "35.0.1"
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 = 34 targetSdk = 35
versionCode = 1 versionCode = 1
versionName = "1.0" versionName = "1.0"