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:
Saúl Ibarra Corretgé
2025-01-16 12:12:41 +01:00
committed by Calinteodor
parent 445eef97b3
commit 9846228210
10 changed files with 17 additions and 44 deletions

View File

@@ -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" />