Update dependencies

Julien LepillerSun Jul 18 15:46:05+0200 2021

ec765f2

Update dependencies

app/build.gradle

2020
2121
dependencies {
2222
    implementation fileTree(dir: 'libs', include: ['*.jar'])
23-
    implementation 'androidx.appcompat:appcompat:1.1.0'
24-
    implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
23+
    implementation 'androidx.appcompat:appcompat:1.3.0'
24+
    implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
2525
    implementation 'androidx.legacy:legacy-support-v4:1.0.0'
2626
    implementation 'androidx.preference:preference:1.1.1'
27-
    implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
27+
    implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
2828
    implementation 'com.andree-surya:moji4j:1.0.0'
2929
    implementation 'com.google.android:flexbox:2.0.1'
30-
    implementation 'com.google.android.material:material:1.1.0'
30+
    implementation 'com.google.android.material:material:1.4.0'
3131
    implementation project(path: ':furiganatextview')
3232
    testImplementation 'junit:junit:4.12'
33-
    androidTestImplementation 'androidx.test.ext:junit:1.1.1'
34-
    androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
33+
    androidTestImplementation 'androidx.test.ext:junit:1.1.3'
34+
    androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
3535
}

furiganatextview/build.gradle

2121
dependencies {
2222
    implementation fileTree(dir: 'libs', include: ['*.jar'])
2323
    testImplementation 'junit:junit:4.12'
24-
    implementation 'androidx.appcompat:appcompat:1.1.0'
24+
    implementation 'androidx.appcompat:appcompat:1.3.0'
2525
    implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
2626
}
2727
repositories {