Skip to content

Commit

Permalink
Merge pull request #136 from huextrat/build/bump-compile-target-sdk
Browse files Browse the repository at this point in the history
build(android): bump compile & target SDK to 34
  • Loading branch information
mkuczera authored Sep 16, 2024
2 parents 55b7150 + ae7a3f8 commit 65c8b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
def DEFAULT_COMPILE_SDK_VERSION = 31
def DEFAULT_TARGET_SDK_VERSION = 31
def DEFAULT_COMPILE_SDK_VERSION = 34
def DEFAULT_TARGET_SDK_VERSION = 34
def DEFAULT_MIN_SDK_VERSION = 21

buildscript {
Expand Down

0 comments on commit 65c8b10

Please sign in to comment.