From 1b43f55836cd783011696e57c421ab0db50afa7c Mon Sep 17 00:00:00 2001 From: Zhilkin Serg Date: Thu, 8 Dec 2022 14:12:56 +0300 Subject: [PATCH] Bump default SDK version for Android builds to 31 --- android/gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/gradle.properties b/android/gradle.properties index 32cd2dc17a530..33d14f077b335 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -54,7 +54,7 @@ version_header_path=./../src/version.h # This property controls which compileSdkVersion should be used # You can override this from the command line by passing "-Poverride_compileSdkVersion=#" -override_compileSdkVersion=30 +override_compileSdkVersion=31 # This property controls which minSdkVersion should be used # You can override this from the command line by passing "-Poverride_minSdkVersion=#" @@ -62,7 +62,7 @@ override_minSdkVersion=14 # This property controls which targetSdkVersion should be used # You can override this from the command line by passing "-Poverride_targetSdkVersion=#" -override_targetSdkVersion=30 +override_targetSdkVersion=31 # This property controls which ndkBuildAppPlatform should be used # You can override this from the command line by passing "-Poverride_ndkBuildAppPlatform=#"