Skip to content

Commit

Permalink
Set targetSdk on Android to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsetragni committed Sep 27, 2023
1 parent ce0546e commit be2bc2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ android {

defaultConfig {
minSdkVersion 21
targetSdk
targetSdk 34
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
}
Expand Down

0 comments on commit be2bc2e

Please sign in to comment.