chore(deps): bump activity-compose from 1.4.0 to 1.5.0 in /app

Bumps activity-compose from 1.4.0 to 1.5.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/2014/head
dependabot[bot] 3 years ago committed by GitHub
parent b0e3748a5c
commit e70e035ace
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/build.gradle

@ -173,12 +173,12 @@ dependencies {
implementation('com.google.code.gson:gson:2.9.0')
//lifecycle
def lifecycle_version = '2.4.1'
def lifecycle_version = '2.5.0'
implementation("androidx.lifecycle:lifecycle-common-java8:$lifecycle_version")
//compose
// Integration with activities
implementation 'androidx.activity:activity-compose:1.4.0'
implementation 'androidx.activity:activity-compose:1.5.0'
// Compose Material Design
implementation 'androidx.compose.material:material:1.1.1'
// Animations

Loading…
Cancel
Save