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

This commit is contained in:
Renovate Bot 2021-06-28 18:54:35 +00:00
parent 70472dea14
commit 21b5c122ee
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
1 changed files with 1 additions and 1 deletions

View File

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