Skip to content

Commit

Permalink
fix: add targetSdk variable to android defaultConfig gradle block
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Apr 19, 2024
1 parent 2f7652b commit 6bc974e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bdk-android/lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ android {

defaultConfig {
minSdk = 21
targetSdk = 34
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles("consumer-rules.pro")
}
Expand Down

0 comments on commit 6bc974e

Please sign in to comment.