mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 12:45:32 +03:00
Update dependency androidx.fragment:fragment-ktx to v1.8.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
48c9addcb2
commit
e4b4dbfed0
2 changed files with 6 additions and 1 deletions
|
@ -292,7 +292,7 @@ dependencies {
|
|||
implementation "androidx.lifecycle:lifecycle-service:2.8.4"
|
||||
implementation "androidx.work:work-runtime:$workRuntime"
|
||||
implementation "androidx.work:work-runtime-ktx:$workRuntime"
|
||||
implementation "androidx.fragment:fragment-ktx:1.8.2"
|
||||
implementation "androidx.fragment:fragment-ktx:1.8.3"
|
||||
implementation 'com.github.albfernandez:juniversalchardet:2.0.3' // need this version for Android <7
|
||||
compileOnly 'com.google.code.findbugs:annotations:3.0.1u2'
|
||||
implementation 'commons-io:commons-io:2.16.1'
|
||||
|
|
|
@ -1729,6 +1729,11 @@
|
|||
<sha256 value="c14786bdad6e7b12289a70de7d4f6b68dc7920278044d8dbdefeb3c3a7172d3e" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.fragment" name="fragment" version="1.8.3">
|
||||
<artifact name="fragment-1.8.3.aar">
|
||||
<sha256 value="67f34f197053fb465bad470cd3f0bf89be4f0ca12b7f7b7638b16d40e4c06d95" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.fragment" name="fragment-ktx" version="1.3.2">
|
||||
<artifact name="fragment-ktx-1.3.2.aar">
|
||||
<sha256 value="29af1e9ee0e93b5fc638600c230705584aecc49205c363f0923ba1e5be675533" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
|
|
Loading…
Reference in a new issue