Skip to content

Commit

Permalink
Bump default SDK version for Android builds to 31
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg authored Dec 8, 2022
1 parent 8e428ca commit 1b43f55
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 1b43f55

Please sign in to comment.