Skip to content

Commit

Permalink
Add targetSdk for unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 committed Dec 9, 2023
1 parent 234415b commit 2e46e45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ android {
minSdk = 1
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
testOptions {
targetSdk = 34
}
buildTypes {
release {
consumerProguardFiles("consumer-rules.pro")
Expand Down

0 comments on commit 2e46e45

Please sign in to comment.