Update dependencies
app/build.gradle
20 | 20 | ||
21 | 21 | dependencies { | |
22 | 22 | 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' | |
25 | 25 | implementation 'androidx.legacy:legacy-support-v4:1.0.0' | |
26 | 26 | implementation 'androidx.preference:preference:1.1.1' | |
27 | - | implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0" | |
27 | + | implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" | |
28 | 28 | implementation 'com.andree-surya:moji4j:1.0.0' | |
29 | 29 | 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' | |
31 | 31 | implementation project(path: ':furiganatextview') | |
32 | 32 | 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' | |
35 | 35 | } |
furiganatextview/build.gradle
21 | 21 | dependencies { | |
22 | 22 | implementation fileTree(dir: 'libs', include: ['*.jar']) | |
23 | 23 | testImplementation 'junit:junit:4.12' | |
24 | - | implementation 'androidx.appcompat:appcompat:1.1.0' | |
24 | + | implementation 'androidx.appcompat:appcompat:1.3.0' | |
25 | 25 | implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" | |
26 | 26 | } | |
27 | 27 | repositories { |