Skip to content

Commit 9f39cb2

Browse files
Gradle: Bump androidx.activity:activity-ktx from 1.9.3 to 1.10.0 (#56)
Bumps androidx.activity:activity-ktx from 1.9.3 to 1.10.0. --- updated-dependencies: - dependency-name: androidx.activity:activity-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4173d14 commit 9f39cb2

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
@@ -47,7 +47,7 @@ dependencies {
4747

4848
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
4949
implementation 'com.google.android.material:material:1.12.0'
50-
implementation 'androidx.activity:activity-ktx:1.9.3'
50+
implementation 'androidx.activity:activity-ktx:1.10.0'
5151
implementation 'androidx.fragment:fragment-ktx:1.8.5'
5252
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
5353
implementation "io.reactivex.rxjava3:rxjava:3.1.10"

0 commit comments

Comments
 (0)