Skip to content

Commit

Permalink
Using android 21 as minimum supported for disk-buffering (#1096)
Browse files Browse the repository at this point in the history
  • Loading branch information
LikeTheSalad authored Nov 8, 2023
1 parent 2c48b13 commit 4a00e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disk-buffering/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
api("io.opentelemetry:opentelemetry-sdk")
compileOnly("com.google.auto.value:auto-value-annotations")
annotationProcessor("com.google.auto.value:auto-value")
signature("com.toasttab.android:gummy-bears-api-24:0.6.1@signature")
signature("com.toasttab.android:gummy-bears-api-21:0.6.1:coreLib@signature")
testImplementation("org.mockito:mockito-inline")
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
}
Expand Down

0 comments on commit 4a00e32

Please sign in to comment.