Skip to content

Commit

Permalink
build(deps): bump androidx.navigation:navigation-compose from 2.8.0-b…
Browse files Browse the repository at this point in the history
…eta07 to 2.8.1 (#420)

* build(deps): bump androidx.navigation:navigation-compose

Bumps androidx.navigation:navigation-compose from 2.8.0-beta07 to 2.8.1.

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

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

* deps: Downgrade android compile SDK version

This gets rid of an AGP warning, see
#420 (comment)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Emma Simon <[email protected]>
  • Loading branch information
dependabot[bot] and EmmaSimon authored Sep 25, 2024
1 parent d45b8eb commit e792b6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

android {
namespace = "com.mbta.tid.mbta_app.android"
compileSdk = 35
compileSdk = 34
defaultConfig {
applicationId = "com.mbta.tid.mbta_app"
minSdk = 28
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
accompanist = "0.34.0"
androidx-activityCompose = "1.9.1"
androidx-navigationCompose = "2.8.0-beta07"
androidx-navigationCompose = "2.8.1"
agp = "8.5.2"
# see https://developer.android.com/develop/ui/compose/bom/bom-mapping
# and https://developer.android.com/jetpack/androidx/releases/compose for release notes
Expand Down

0 comments on commit e792b6e

Please sign in to comment.