Update dependencies.

Julien LepillerMon Aug 22 19:40:46+0200 2022

ab35445

Update dependencies.

app/build.gradle

2020
2121
dependencies {
2222
    implementation fileTree(dir: 'libs', include: ['*.jar'])
23-
    implementation 'androidx.appcompat:appcompat:1.4.2'
23+
    implementation 'androidx.appcompat:appcompat:1.5.0'
2424
    implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
2525
    implementation 'androidx.legacy:legacy-support-v4:1.0.0'
2626
    implementation 'androidx.preference:preference:1.2.0'

2929
    implementation 'com.andree-surya:moji4j:1.2.0'
3030
    implementation 'com.google.android.flexbox:flexbox:3.0.0'
3131
    implementation 'com.google.android.material:material:1.6.1'
32+
33+
    implementation 'androidx.lifecycle:lifecycle-viewmodel:2.5.1' // force dependency
34+
    implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1' // force dependency
35+
3236
    implementation project(path: ':rubytextview')
3337
    testImplementation 'junit:junit:4.13.2'
3438
    androidTestImplementation 'androidx.test.ext:junit:1.1.3'

rubytextview/build.gradle

2323
2424
dependencies {
2525
    implementation fileTree(dir: "libs", include: ["*.jar"])
26-
    implementation 'androidx.appcompat:appcompat:1.4.2'
26+
    implementation 'androidx.appcompat:appcompat:1.5.0'
2727
    testImplementation 'junit:junit:4.13.2'
2828
    androidTestImplementation 'androidx.test.ext:junit:1.1.3'
2929
    androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'