diff --git a/android/build.gradle b/android/build.gradle index d9480be..7db14e5 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,10 +1,10 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext { - buildToolsVersion = "36.0.0" + buildToolsVersion = "37.0.0" minSdkVersion = 29 - compileSdkVersion = 36 - targetSdkVersion = 36 + compileSdkVersion = 37 + targetSdkVersion = 37 // needed by camera module googlePlayServicesVersion = "17+" androidXAnnotation = "1.2.0"