Skip to content

Commit

Permalink
Bump appcompat from 1.5.0 to 1.5.1 (#351)
Browse files Browse the repository at this point in the history
Bumps appcompat from 1.5.0 to 1.5.1.

---
updated-dependencies:
- dependency-name: androidx.appcompat:appcompat
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 8, 2022
1 parent 2d61479 commit 19ecafb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ dependencies {
implementation("androidx.legacy:legacy-support-v4:1.0.0")
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.6")

implementation("androidx.appcompat:appcompat:1.5.0")
implementation("androidx.appcompat:appcompat:1.5.1")
implementation("androidx.webkit:webkit:1.5.0")
implementation("androidx.browser:browser:1.4.0")
implementation("com.google.android.material:material:1.5.0")
Expand Down
2 changes: 1 addition & 1 deletion splunk-otel-android-volley/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ val otelVersion = "1.17.0"
val otelAlphaVersion = "$otelVersion-alpha"

dependencies {
implementation("androidx.appcompat:appcompat:1.5.0")
implementation("androidx.appcompat:appcompat:1.5.1")
implementation("androidx.navigation:navigation-fragment:2.5.2")
compileOnly("com.android.volley:volley:1.2.1")

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 @@ -43,7 +43,7 @@ val otelVersion = "1.17.0"
val otelAlphaVersion = "$otelVersion-alpha"

dependencies {
implementation("androidx.appcompat:appcompat:1.5.0")
implementation("androidx.appcompat:appcompat:1.5.1")
implementation("androidx.core:core:1.8.0")
implementation("androidx.navigation:navigation-fragment:2.5.2")

Expand Down

0 comments on commit 19ecafb

Please sign in to comment.