From 94b30f0a7c4710887d5368e7e2f077d82556a297 Mon Sep 17 00:00:00 2001 From: ramsessanchez <63934382+ramsessanchez@users.noreply.github.com> Date: Mon, 26 Jul 2021 15:56:20 -0700 Subject: [PATCH] Bump target android SDK version to 31 --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 204b25314..1086c94d3 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -23,13 +23,13 @@ apply plugin: "com.android.library" apply plugin: "com.github.ben-manes.versions" android { - compileSdkVersion 30 + compileSdkVersion 31 defaultConfig { versionCode 1 versionName "1.0" minSdkVersion 26 - targetSdkVersion 30 + targetSdkVersion 31 } buildTypes {