Skip to content

Commit

Permalink
Android: fixed minSdkVersion to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-saia-datadog committed Nov 15, 2024
1 parent 0d36cd4 commit ba1bf03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
buildToolsVersion = "34.0.0"
minSdkVersion = 23
minSdkVersion = 21
compileSdkVersion = 34
targetSdkVersion = 34
ndkVersion = "25.1.8937393"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-webview/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ android {
}

defaultConfig {
minSdkVersion 24
minSdkVersion 21
targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit ba1bf03

Please sign in to comment.