ソースを参照

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年前
コミット
f95a356025
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      android/build.gradle

+ 1
- 1
android/build.gradle ファイルの表示

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

読み込み中…
キャンセル
保存