Skip to content

Commit f306bc9

Browse files
committed
fix: bump minSdk from 21 to 24
1 parent dab2601 commit f306bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/kotlin/ldk-node-android/lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ android {
1818
compileSdk = 34
1919

2020
defaultConfig {
21-
minSdk = 21
21+
minSdk = 24
2222
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2323
consumerProguardFiles("consumer-rules.pro")
2424
}

0 commit comments

Comments
 (0)