Skip to content

Commit 7709510

Browse files
committed
Update default project dependencies
1 parent 0e02fbf commit 7709510

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

samplejava/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ dependencies {
3434
implementation 'io.coil-kt:coil:1.4.0'
3535

3636
implementation 'androidx.core:core-ktx:1.7.0'
37-
implementation 'androidx.appcompat:appcompat:1.3.1'
37+
implementation 'androidx.appcompat:appcompat:1.4.0'
3838
implementation 'com.google.android.material:material:1.4.0'
39-
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
39+
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
4040
testImplementation 'junit:junit:4.+'
4141
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
4242
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'

samplekotlin/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ dependencies {
3333
// Add new dependencies
3434
implementation "io.getstream:stream-chat-android-ui-components:4.23.0"
3535
implementation 'io.coil-kt:coil:1.4.0'
36-
implementation "androidx.activity:activity-ktx:1.3.1"
36+
implementation "androidx.activity:activity-ktx:1.4.0"
3737

3838
implementation 'androidx.core:core-ktx:1.7.0'
39-
implementation 'androidx.appcompat:appcompat:1.3.1'
39+
implementation 'androidx.appcompat:appcompat:1.4.0'
4040
implementation 'com.google.android.material:material:1.4.0'
41-
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
41+
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
4242
testImplementation 'junit:junit:4.+'
4343
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
4444
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'

0 commit comments

Comments
 (0)