We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af1509a commit f99b0e8Copy full SHA for f99b0e8
README.md
@@ -21,7 +21,7 @@ npm install react-native-blob-courier
21
22
## Requirements
23
24
-- Android >= 21
+- Android >= 24
25
- Android Gradle Plugin >= 7
26
- iOS >= 10
27
- JDK >= 11
android/gradle.properties
@@ -14,7 +14,7 @@ BlobCourier_testLoggerVersion = 2.1.1
14
15
BlobCourier_buildToolsVersion = 30.0.2
16
BlobCourier_compileSdkVersion = 31
17
-BlobCourier_minSdkVersion = 21
+BlobCourier_minSdkVersion = 24
18
BlobCourier_targetSdkVersion = 30
19
20
ADB_COMMAND_TIMEOUT_MILLISECONDS = 10000L
0 commit comments