Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump activityVersion from 1.5.1 to 1.7.2 #98

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump activityVersion from 1.5.1 to 1.7.2
Bumps `activityVersion` from 1.5.1 to 1.7.2.

Updates `androidx.activity:activity-ktx` from 1.5.1 to 1.7.2

Updates `androidx.activity:activity-compose` from 1.5.1 to 1.7.2

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 10, 2023
commit 8b58a684aad8e3ca3d3dca99d341c00b50d420fd
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
kotlinVersion = '1.7.20'
androidXCoreVersion = '1.7.0'
activityVersion = '1.5.1'
activityVersion = '1.7.2'
composeCompilerVersion = '1.3.2'
groupieVersion = "2.9.0"
dokkaVersion = '1.7.20'