Skip to content

Commit

Permalink
Update SDK Build Tools
Browse files Browse the repository at this point in the history
  • Loading branch information
osm0sis authored Jan 16, 2025
1 parent 3e30d55 commit b644573
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ plugins {

android {
namespace = "es.chiteroman.playintegrityfix"
compileSdk = 34
compileSdk = 35
ndkVersion = "27.2.12479018"
buildToolsVersion = "34.0.0"
buildToolsVersion = "35.0.1"

buildFeatures {
prefab = true
Expand All @@ -22,7 +22,7 @@ android {
defaultConfig {
applicationId = "es.chiteroman.playintegrityfix"
minSdk = 26
targetSdk = 34
targetSdk = 35
versionCode = 1
versionName = "1.0"

Expand Down

0 comments on commit b644573

Please sign in to comment.