From 698eaca5813d1254a335f0b0721acbf133fd1cca Mon Sep 17 00:00:00 2001 From: ignaciogarcia Date: Tue, 25 Oct 2022 09:26:45 +0200 Subject: [PATCH] PEMA-58 Update targetSdkVersion and compileSdkVersion to 31 --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index fbe68cd..5470831 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -29,11 +29,11 @@ allprojects { apply plugin: 'com.android.library' android { - compileSdkVersion 30 + compileSdkVersion 31 defaultConfig { minSdkVersion 21 - targetSdkVersion 30 + targetSdkVersion 31 versionCode 7 versionName "2.1.43"