Skip to content

Commit

Permalink
android: don't use minSdkVersion set by app (react-native-webrtc#1625)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidliu authored Sep 17, 2024
1 parent f3f3301 commit 8bd5e0a
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 @@ -14,7 +14,7 @@ android {
buildToolsVersion safeExtGet('buildToolsVersion', "23.0.1")

defaultConfig {
minSdkVersion safeExtGet('minSdkVersion', 24)
minSdkVersion 24
targetSdkVersion safeExtGet('targetSdkVersion', 24)
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit 8bd5e0a

Please sign in to comment.