Skip to content

Commit 2c419c1

Browse files
committed
update min sdk version in demo app
1 parent 96d0583 commit 2c419c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ android {
1515
namespace = "com.seanproctor.datatable.android"
1616
compileSdk = 36
1717
defaultConfig {
18-
minSdk = 21
18+
minSdk = 24
1919
targetSdk = 36
2020
applicationId = "com.seanproctor.datatable.android"
2121
versionCode = 1

0 commit comments

Comments
 (0)