We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7618959 commit bf0fb31Copy full SHA for bf0fb31
widget/build.gradle renamed to avatar-view/build.gradle
@@ -35,11 +35,11 @@ android {
35
36
dependencies {
37
implementation fileTree(dir: "libs", include: ["*.jar"])
38
- implementation 'androidx.core:core-ktx:1.3.2'
39
- implementation 'androidx.appcompat:appcompat:1.2.0'
+ implementation 'androidx.core:core-ktx:1.6.0'
+ implementation 'androidx.appcompat:appcompat:1.3.1'
40
41
- testImplementation 'junit:junit:4.13.1'
42
- androidTestImplementation 'androidx.test.ext:junit:1.1.2'
43
- androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
+ testImplementation 'junit:junit:4.13.2'
+ androidTestImplementation 'androidx.test.ext:junit:1.1.3'
+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
44
45
}
0 commit comments