Skip to content

Commit

Permalink
Gradle: Bump androidx.activity:activity-ktx from 1.9.2 to 1.9.3 (#49)
Browse files Browse the repository at this point in the history
Bumps androidx.activity:activity-ktx from 1.9.2 to 1.9.3.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent b55c203 commit 142b610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.activity:activity-ktx:1.9.2'
implementation 'androidx.activity:activity-ktx:1.9.3'
implementation 'androidx.fragment:fragment-ktx:1.8.4'
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
implementation "io.reactivex.rxjava3:rxjava:3.1.9"
Expand Down

0 comments on commit 142b610

Please sign in to comment.