Skip to content

Commit

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

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

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 Jan 12, 2023
1 parent ec94ba9 commit eda9351
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 @@ -58,7 +58,7 @@ dependencies {
implementation("androidx.legacy:legacy-support-v4:1.0.0")
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.8")

implementation("androidx.appcompat:appcompat:1.5.1")
implementation("androidx.appcompat:appcompat:1.6.0")
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 @@ -48,7 +48,7 @@ val otelVersion = "1.21.0"
val otelAlphaVersion = "$otelVersion-alpha"

dependencies {
implementation("androidx.appcompat:appcompat:1.5.1")
implementation("androidx.appcompat:appcompat:1.6.0")
implementation("androidx.navigation:navigation-fragment:2.5.3")
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 @@ -46,7 +46,7 @@ val otelVersion = "1.21.0"
val otelAlphaVersion = "$otelVersion-alpha"

dependencies {
implementation("androidx.appcompat:appcompat:1.5.1")
implementation("androidx.appcompat:appcompat:1.6.0")
implementation("androidx.core:core:1.9.0")
implementation("androidx.navigation:navigation-fragment:2.5.3")

Expand Down

0 comments on commit eda9351

Please sign in to comment.