Skip to content

Commit

Permalink
Merge pull request #77159 from CleverRaven/android-bump-api-level-34
Browse files Browse the repository at this point in the history
Bump Android API level to 34
  • Loading branch information
Night-Pryanik authored Oct 20, 2024
2 parents de1eb06 + c5dbeed commit f25ba60
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=33
override_compileSdkVersion=34

# This property controls which minSdkVersion should be used
# You can override this from the command line by passing "-Poverride_minSdkVersion=#"
override_minSdkVersion=21

# This property controls which targetSdkVersion should be used
# You can override this from the command line by passing "-Poverride_targetSdkVersion=#"
override_targetSdkVersion=33
override_targetSdkVersion=34

# 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 f25ba60

Please sign in to comment.