Skip to content

Commit

Permalink
chore: update android minSdkVersion to 24
Browse files Browse the repository at this point in the history
  • Loading branch information
davidliu committed Sep 16, 2024
1 parent 15bcd36 commit bc01fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')
namespace "com.livekit.reactnative"
defaultConfig {
minSdkVersion 16
minSdkVersion 24
targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit bc01fc3

Please sign in to comment.