Skip to content

Commit 4925ce8

Browse files
committed
Lower android minSDK version to 21
1 parent 13ad828 commit 4925ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ android {
4444
namespace = "co.powersync.sqlitecore"
4545

4646
defaultConfig {
47-
minSdk = 24
47+
minSdk = 21
4848
}
4949

5050
sourceSets {

0 commit comments

Comments
 (0)