~singpolyma/cheogram-android

f9acc3bf7187ff73499d0c631d25533c89462550 — Daniel Gultsch 1 year, 2 months ago 3c1550b
bump libraries
1 files changed, 5 insertions(+), 5 deletions(-)

M build.gradle
M build.gradle => build.gradle +5 -5
@@ 48,8 48,8 @@ dependencies {
    implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
    implementation 'com.google.android.material:material:1.4.0'

    implementation "androidx.emoji2:emoji2:1.1.0-rc01"
    freeImplementation "androidx.emoji2:emoji2-bundled:1.1.0-rc01"
    implementation "androidx.emoji2:emoji2:1.1.0"
    freeImplementation "androidx.emoji2:emoji2-bundled:1.1.0"

    implementation 'org.bouncycastle:bcmail-jdk15on:1.64'
    //zxing stopped supporting Java 7 so we have to stick with 3.3.3


@@ 62,8 62,8 @@ dependencies {
    implementation "com.wefika:flowlayout:0.4.1"
    implementation 'com.otaliastudios:transcoder:0.10.4'

    implementation 'org.jxmpp:jxmpp-jid:1.0.2'
    implementation 'org.osmdroid:osmdroid-android:6.1.10'
    implementation 'org.jxmpp:jxmpp-jid:1.0.3'
    implementation 'org.osmdroid:osmdroid-android:6.1.11'
    implementation 'org.hsluv:hsluv:0.2'
    implementation 'org.conscrypt:conscrypt-android:2.5.2'
    implementation 'me.drakeet.support:toastcompat:1.1.0'


@@ 74,7 74,7 @@ dependencies {
    implementation "com.squareup.okhttp3:okhttp:4.9.3"

    implementation 'com.google.guava:guava:30.1.1-android'
    quicksyImplementation 'io.michaelrocks:libphonenumber-android:8.12.36'
    quicksyImplementation 'io.michaelrocks:libphonenumber-android:8.12.44'
    implementation fileTree(include: ['libwebrtc-m99.aar'], dir: 'libs')
}