Update dependencies.
app/build.gradle
20 | 20 | ||
21 | 21 | dependencies { | |
22 | 22 | implementation fileTree(dir: 'libs', include: ['*.jar']) | |
23 | - | implementation 'androidx.appcompat:appcompat:1.4.2' | |
23 | + | implementation 'androidx.appcompat:appcompat:1.5.0' | |
24 | 24 | implementation 'androidx.constraintlayout:constraintlayout:2.1.4' | |
25 | 25 | implementation 'androidx.legacy:legacy-support-v4:1.0.0' | |
26 | 26 | implementation 'androidx.preference:preference:1.2.0' | |
… | |||
29 | 29 | implementation 'com.andree-surya:moji4j:1.2.0' | |
30 | 30 | implementation 'com.google.android.flexbox:flexbox:3.0.0' | |
31 | 31 | 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 | + | ||
32 | 36 | implementation project(path: ':rubytextview') | |
33 | 37 | testImplementation 'junit:junit:4.13.2' | |
34 | 38 | androidTestImplementation 'androidx.test.ext:junit:1.1.3' |
rubytextview/build.gradle
23 | 23 | ||
24 | 24 | dependencies { | |
25 | 25 | implementation fileTree(dir: "libs", include: ["*.jar"]) | |
26 | - | implementation 'androidx.appcompat:appcompat:1.4.2' | |
26 | + | implementation 'androidx.appcompat:appcompat:1.5.0' | |
27 | 27 | testImplementation 'junit:junit:4.13.2' | |
28 | 28 | androidTestImplementation 'androidx.test.ext:junit:1.1.3' | |
29 | 29 | androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' |