Skip to content

Commit

Permalink
Merge pull request #62625 from CleverRaven/android-sdk-version-31
Browse files Browse the repository at this point in the history
Bump default SDK version for Android builds to 31
  • Loading branch information
ZhilkinSerg authored Dec 8, 2022
2 parents 8e428ca + 1b43f55 commit 6e4b17f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ 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=#"
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=#"
Expand Down

0 comments on commit 6e4b17f

Please sign in to comment.