From 8423b8c24f5f56ffb8950ec3c79df974dc6caa8e Mon Sep 17 00:00:00 2001 From: PurayilM Date: Sat, 17 Dec 2022 10:33:28 -0500 Subject: [PATCH] bumped build version for android --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index b6bd964..589abc8 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -18,7 +18,7 @@ def safeExtGet(prop, fallback) { } android { - compileSdkVersion safeExtGet('VisionCameraCodeScanner_compileSdkVersion', 30) + compileSdkVersion safeExtGet('VisionCameraCodeScanner_compileSdkVersion', 31) ndkVersion "21.4.7075529" defaultConfig { minSdkVersion safeExtGet('VisionCameraCodeScanner_minSdkVersion', 21)