Skip to content

Commit

Permalink
Revert "ffi: bump android minSdk to 24"
Browse files Browse the repository at this point in the history
This reverts commit 79c8eb2.
  • Loading branch information
yukibtc committed Jan 15, 2025
1 parent ae103e4 commit 265011f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/nostr-sdk-ffi/android/lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
compileSdk = 34

defaultConfig {
minSdk = 24
minSdk = 21

consumerProguardFiles("consumer-rules.pro")
}
Expand Down

0 comments on commit 265011f

Please sign in to comment.