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=#"