Skip to content

Commit 15e2aad

Browse files
authored
Bump compileSdk and buildTools to 37 (#230)
1 parent bfa5587 commit 15e2aad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

template/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
buildscript {
22
ext {
3-
buildToolsVersion = "36.0.0"
3+
buildToolsVersion = "37.0.0"
44
minSdkVersion = 24
5-
compileSdkVersion = 36
5+
compileSdkVersion = 37
66
targetSdkVersion = 36
77
ndkVersion = "27.1.12297006"
88
kotlinVersion = "2.2.0"

0 commit comments

Comments
 (0)