Skip to content

Commit f99b0e8

Browse files
authored
feat: bump minSdkVersion from 21 to 24 (#227)
* feat: bump minSdkVersion from 21 to 24 * docs: bump Android sdk requirement
1 parent af1509a commit f99b0e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ npm install react-native-blob-courier
2121

2222
## Requirements
2323

24-
- Android >= 21
24+
- Android >= 24
2525
- Android Gradle Plugin >= 7
2626
- iOS >= 10
2727
- JDK >= 11

android/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ BlobCourier_testLoggerVersion = 2.1.1
1414

1515
BlobCourier_buildToolsVersion = 30.0.2
1616
BlobCourier_compileSdkVersion = 31
17-
BlobCourier_minSdkVersion = 21
17+
BlobCourier_minSdkVersion = 24
1818
BlobCourier_targetSdkVersion = 30
1919

2020
ADB_COMMAND_TIMEOUT_MILLISECONDS = 10000L

0 commit comments

Comments
 (0)