Skip to content

Commit

Permalink
Bump desugar_jdk_libs version to 1.2.2 (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Rzeszutek authored Oct 5, 2022
1 parent 6282ca2 commit 7f481fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sample-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ val otelAlphaVersion = "$otelVersion-alpha"

dependencies {
implementation("androidx.legacy:legacy-support-v4:1.0.0")
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.6")
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.2.2")

implementation("androidx.appcompat:appcompat:1.5.1")
implementation("androidx.webkit:webkit:1.5.0")
Expand Down
2 changes: 1 addition & 1 deletion splunk-otel-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies {
testImplementation("androidx.test:core:1.4.0")
testImplementation("org.assertj:assertj-core:3.23.1")

coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.6")
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.2.2")
}

extra["pomName"] = "Splunk Otel Android"
Expand Down

0 comments on commit 7f481fd

Please sign in to comment.