Skip to content

Commit 02db399

Browse files
Bump androidx.activity:activity-ktx in the gradle group (#430)
Bumps the gradle group with 1 update: androidx.activity:activity-ktx. Updates `androidx.activity:activity-ktx` from 1.10.1 to 1.11.0 --- updated-dependencies: - dependency-name: androidx.activity:activity-ktx dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1338d23 commit 02db399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3-native-mt'
5353
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2'
5454
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.9.3'
55-
implementation 'androidx.activity:activity-ktx:1.10.1'
55+
implementation 'androidx.activity:activity-ktx:1.11.0'
5656

5757
// https://mvnrepository.com/artifact/com.github.bumptech.glide/glide
5858
implementation 'com.github.bumptech.glide:glide:5.0.4'

0 commit comments

Comments
 (0)