8000 Increase necessary Android min SDK version after add Unified-Plan API · coder-wuyan/flutter-webrtc@bb4dafd · GitHub
[go: up one dir, main page]

Skip to content

Commit bb4dafd

Browse files
committed
Increase necessary Android min SDK version after add Unified-Plan API
1 parent 828076f commit bb4dafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ android {
6767
}
6868
```
6969

70-
If necessary, in the same `build.gradle` you will need to increase `minSdkVersion` of `defaultConfig` up to `18` (currently default Flutter generator set it to `16`).
70+
If necessary, in the same `build.gradle` you will need to increase `minSdkVersion` of `defaultConfig` up to `21` (currently default Flutter generator set it to `16`).
7171

7272
## Contributing
7373

0 commit comments

Comments
 (0)
0