Skip to content

Commit 4914f2a

Browse files
committed
⬆️Updated Sample app dependencies
1 parent b6292f3 commit 4914f2a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@ dependencies {
4040
implementation project(':universal_adapter')
4141

4242
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
43-
implementation 'androidx.appcompat:appcompat:1.2.0'
44-
implementation 'androidx.core:core-ktx:1.3.2'
45-
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
43+
implementation 'androidx.appcompat:appcompat:1.3.1'
44+
implementation 'androidx.core:core-ktx:1.6.0'
45+
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
4646
testImplementation 'junit:junit:4.13.1'
47-
androidTestImplementation 'androidx.test:runner:1.3.0'
48-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
47+
androidTestImplementation 'androidx.test:runner:1.4.0'
48+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
4949

5050

5151
//todo step 2
5252
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
53-
implementation 'com.google.android.material:material:1.3.0'
53+
implementation 'com.google.android.material:material:1.4.0'
5454
implementation 'com.makeramen:roundedimageview:2.3.0'
5555
// ViewModel
5656
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"

0 commit comments

Comments
 (0)