Skip to content

Commit bf0fb31

Browse files
committed
Bug fixing
1 parent 7618959 commit bf0fb31

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

widget/build.gradle renamed to avatar-view/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ android {
3535

3636
dependencies {
3737
implementation fileTree(dir: "libs", include: ["*.jar"])
38-
implementation 'androidx.core:core-ktx:1.3.2'
39-
implementation 'androidx.appcompat:appcompat:1.2.0'
38+
implementation 'androidx.core:core-ktx:1.6.0'
39+
implementation 'androidx.appcompat:appcompat:1.3.1'
4040

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'
41+
testImplementation 'junit:junit:4.13.2'
42+
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
43+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
4444

4545
}

0 commit comments

Comments
 (0)