mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
feat(android) bump minimum required version to 26 aka Oreo
There is a 1.2% cummulative usage change according to [0] and it allows us to simplify some code going forward. [0]: https://apilevels.com/
This commit is contained in:
committed by
Calinteodor
parent
445eef97b3
commit
9846228210
@@ -69,7 +69,7 @@ cd ios && pod install && cd ..
|
||||
|
||||
## Android
|
||||
|
||||
- In your build.gradle have at least `minSdkVersion = 24`
|
||||
- In your build.gradle have at least `minSdkVersion = 26`
|
||||
- In `android/app/src/debug/AndroidManifest.xml` and `android/app/src/main/AndroidManifest.xml`, under the `</application>` tag, include
|
||||
```xml
|
||||
<uses-permission android:name="android.permission.RECORD_AUDIO" />
|
||||
|
||||
Reference in New Issue
Block a user