Skip to content

Commit

Permalink
Bump accompanist-appcompat-theme from 0.25.0 to 0.25.1 (#2787)
Browse files Browse the repository at this point in the history
Bumps [accompanist-appcompat-theme](https://github.com/google/accompanist) from 0.25.0 to 0.25.1.
- [Release notes](https://github.com/google/accompanist/releases)
- [Commits](google/accompanist@v0.25.0...v0.25.1)

---
updated-dependencies:
- dependency-name: com.google.accompanist:accompanist-appcompat-theme
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 14, 2022
1 parent 7f5ec40 commit e7dcdac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ dependencies {
implementation("androidx.activity:activity-compose:1.5.1")
implementation("androidx.navigation:navigation-compose:2.5.1")
implementation("com.google.android.material:compose-theme-adapter:1.1.15")
implementation("com.google.accompanist:accompanist-appcompat-theme:0.25.0")
implementation("com.google.accompanist:accompanist-appcompat-theme:0.25.1")

implementation("com.mikepenz:iconics-core:5.3.4")
implementation("com.mikepenz:iconics-compose:5.3.4")
Expand Down

0 comments on commit e7dcdac

Please sign in to comment.