Skip to content

Commit 411bf13

Browse files
DominicGBauerDominicGBauer
andauthored
chore(persistence): add minSdk (#59)
Co-authored-by: DominicGBauer <[email protected]>
1 parent 4b5f09c commit 411bf13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

persistence/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ android {
5454
buildConfigField("boolean", "DEBUG", "true")
5555
}
5656
}
57+
defaultConfig {
58+
minSdk = libs.versions.android.minSdk.get().toInt()
59+
}
5760

5861
namespace = "com.powersync.persistence"
5962
compileSdk = libs.versions.android.compileSdk.get().toInt()

0 commit comments

Comments
 (0)