Skip to content

Commit

Permalink
Set Android test target API level to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdgr8 committed Feb 6, 2024
1 parent f4c9c0a commit e9be223
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildSrc/src/main/kotlin/base-convention.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ android {
minSdk = 22
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
@Suppress("UnstableApiUsage")
testOptions {
targetSdk = 34
}
// required by coroutines 1.7.0+ to avoid errors:
// 6 files found with path 'META-INF/LICENSE.md'.
packaging.resources.pickFirsts += "META-INF/**"
Expand Down

0 comments on commit e9be223

Please sign in to comment.