mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-25 15:08:12 +08:00
Merge pull request #3218 from vector-im/dependabot/gradle/androidx.fragment-fragment-ktx-1.3.3
Bump fragment-ktx from 1.3.2 to 1.3.3
This commit is contained in:
commit
c62aa82e2a
@ -43,7 +43,7 @@ android {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
||||||
implementation 'androidx.appcompat:appcompat:1.2.0'
|
implementation 'androidx.appcompat:appcompat:1.2.0'
|
||||||
implementation "androidx.fragment:fragment-ktx:1.3.2"
|
implementation "androidx.fragment:fragment-ktx:1.3.3"
|
||||||
implementation 'androidx.exifinterface:exifinterface:1.3.2'
|
implementation 'androidx.exifinterface:exifinterface:1.3.2'
|
||||||
|
|
||||||
// Log
|
// Log
|
||||||
|
@ -291,7 +291,7 @@ android {
|
|||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
def epoxy_version = '4.5.0'
|
def epoxy_version = '4.5.0'
|
||||||
def fragment_version = '1.3.2'
|
def fragment_version = '1.3.3'
|
||||||
def arrow_version = "0.8.2"
|
def arrow_version = "0.8.2"
|
||||||
def markwon_version = '4.1.2'
|
def markwon_version = '4.1.2'
|
||||||
def big_image_viewer_version = '1.8.0'
|
def big_image_viewer_version = '1.8.0'
|
||||||
|
Loading…
Reference in New Issue
Block a user