Skip to content

Commit a05ba3b

Browse files
authored
Update build.gradle
1 parent 09199ac commit a05ba3b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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 = "37.0.0"
3+
buildToolsVersion = "36.0.0"
44
minSdkVersion = 24
5-
compileSdkVersion = 37
6-
targetSdkVersion = 37
5+
compileSdkVersion = 36
6+
targetSdkVersion = 36
77
kotlinVersion = "1.9.24"
88
excludeAppGlideModule = true
99
androidx_lifecycle_version = "2.8.6"

0 commit comments

Comments
 (0)