Skip to content

Commit c691230

Browse files
committed
Update minSdk to 23
The minimum Android SDK version has been updated from 21 to 23. This change is also reflected in the GitHub Actions CI workflows for Android and KMP, where API levels 21 and 22 have been removed from the test matrices.
1 parent edcce52 commit c691230

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
api-level: [ 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36 ]
16+
api-level: [ 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36 ]
1717
steps:
1818
- name: Check out
1919
uses: actions/checkout@v4

.github/workflows/kmp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
fail-fast: false
4949
matrix:
50-
api-level: [ 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36 ]
50+
api-level: [ 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36 ]
5151
target: [default]
5252
steps:
5353
- name: Check out

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
compileSdk = "36"
33
targetSdk = "36"
4-
minSdk = "21"
4+
minSdk = "23"
55
jdk = "17"
66
kotlin = "2.1.21"
77
ksp = "2.1.21-2.0.2"
@@ -18,7 +18,7 @@ androidSqlCipher = "4.5.4"
1818
iosSqlCipher = "4.9.0"
1919
stately = "2.1.0"
2020
koin-bom = "4.1.0"
21-
kotlinx-serialization = "1.9.0"
21+
kotlinx-serialization = "1.8.1"
2222
kotlinx-datetime = "0.7.1"
2323
napier = "2.7.1"
2424
materialThemePrefs = "0.9.7"

0 commit comments

Comments
 (0)