Przeglądaj źródła

feat(android) bump minimum API level to 24

Some of our dependencies (most notably WebRTC) have dropped it and we
can no longer claim to support API level 23).
factor2
Saúl Ibarra Corretgé 2 lat temu
rodzic
commit
f95a356025
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      android/build.gradle

+ 1
- 1
android/build.gradle Wyświetl plik

@@ -19,7 +19,7 @@ buildscript {
19 19
 ext {
20 20
     buildToolsVersion = "31.0.0"
21 21
     compileSdkVersion = 32
22
-    minSdkVersion    = 23
22
+    minSdkVersion    = 24
23 23
     targetSdkVersion = 32
24 24
     supportLibVersion = "28.0.0"
25 25
 

Ładowanie…
Anuluj
Zapisz