Skip to content

Commit fc9051b

Browse files
committed
Update SDK
1 parent 4fc466c commit fc9051b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/build.gradle.kts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ plugins {
44

55
android {
66
namespace = "es.chiteroman.playintegrityfix"
7-
compileSdk = 36
7+
compileSdk {
8+
version = release(36) {
9+
minorApiLevel = 1
10+
}
11+
}
812
ndkVersion = "29.0.14206865"
913
buildToolsVersion = "36.1.0"
1014

0 commit comments

Comments
 (0)