Browse Source

Update dependency androidx.fragment:fragment-ktx to v1.3.6

renovate/androidx.fragment-fragment-ktx-1.x
Renovate Bot 3 years ago
parent
commit
8c0a67fb38
No known key found for this signature in database GPG Key ID: 81C63AE1C224182B
  1. 2
      app/build.gradle

2
app/build.gradle

@ -187,7 +187,7 @@ dependencies {
implementation "androidx.core:core:$core_version"
// Fragment
implementation "androidx.fragment:fragment-ktx:1.3.5"
implementation "androidx.fragment:fragment-ktx:1.3.6"
// Lifecycle
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"

Loading…
Cancel
Save