Bump fragment-ktx from 1.3.0 to 1.3.2
Bumps fragment-ktx from 1.3.0 to 1.3.2. Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
2b70a8450c
commit
ee1059f1db
|
@ -43,7 +43,7 @@ android {
|
|||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
||||
implementation 'androidx.appcompat:appcompat:1.2.0'
|
||||
implementation "androidx.fragment:fragment-ktx:1.3.0"
|
||||
implementation "androidx.fragment:fragment-ktx:1.3.2"
|
||||
implementation 'androidx.exifinterface:exifinterface:1.3.2'
|
||||
|
||||
// Log
|
||||
|
|
|
@ -291,7 +291,7 @@ android {
|
|||
dependencies {
|
||||
|
||||
def epoxy_version = '4.4.3'
|
||||
def fragment_version = '1.3.0'
|
||||
def fragment_version = '1.3.2'
|
||||
def arrow_version = "0.8.2"
|
||||
def markwon_version = '4.1.2'
|
||||
def big_image_viewer_version = '1.7.1'
|
||||
|
|
Loading…
Reference in New Issue