diff --git a/example/android/build.gradle b/example/android/build.gradle index 737dc6f6..6c3cc38d 100644 --- a/example/android/build.gradle +++ b/example/android/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { buildToolsVersion = "34.0.0" - minSdkVersion = 23 + minSdkVersion = 24 compileSdkVersion = 34 targetSdkVersion = 34 ndkVersion = "26.1.10909125"