Skip to content

Commit 99d4977

Browse files
authored
Bumped compileSdk, targetSdk (#147)
1 parent 66e7aad commit 99d4977

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

template/android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
buildscript {
22
ext {
3-
buildToolsVersion = "35.0.0"
3+
buildToolsVersion = "36.0.0"
44
minSdkVersion = 24
5-
compileSdkVersion = 35
6-
targetSdkVersion = 35
5+
compileSdkVersion = 36
6+
targetSdkVersion = 36
77
ndkVersion = "27.1.12297006"
88
kotlinVersion = "2.1.20"
99
}

0 commit comments

Comments
 (0)