Skip to content

Commit 4d4e97c

Browse files
committed
Update versions to match newly generated projects
1 parent cdf6eaa commit 4d4e97c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

samplejava/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
android {
66
compileSdkVersion 30
7-
buildToolsVersion "30.0.2"
7+
buildToolsVersion "30.0.3"
88

99
defaultConfig {
1010
applicationId "com.example.chattutorial"
@@ -32,9 +32,9 @@ android {
3232
dependencies {
3333
// Add new dependencies
3434
implementation "io.getstream:stream-chat-android-ui-components:4.10.0"
35-
implementation 'io.coil-kt:coil:1.1.1'
35+
implementation 'io.coil-kt:coil:1.2.1'
3636

37-
implementation 'androidx.appcompat:appcompat:1.2.0'
37+
implementation 'androidx.appcompat:appcompat:1.3.0'
3838
implementation 'com.google.android.material:material:1.3.0'
3939
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
4040
testImplementation 'junit:junit:4.+'

samplekotlin/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
android {
77
compileSdkVersion 30
8-
buildToolsVersion "30.0.2"
8+
buildToolsVersion "30.0.3"
99

1010
defaultConfig {
1111
applicationId "com.example.chattutorial"
@@ -33,12 +33,12 @@ android {
3333
dependencies {
3434
// Add new dependencies
3535
implementation "io.getstream:stream-chat-android-ui-components:4.10.0"
36-
implementation 'io.coil-kt:coil:1.1.1'
36+
implementation 'io.coil-kt:coil:1.2.1'
3737
implementation "androidx.activity:activity-ktx:1.2.0"
3838

3939
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
40-
implementation 'androidx.core:core-ktx:1.3.2'
41-
implementation 'androidx.appcompat:appcompat:1.2.0'
40+
implementation 'androidx.core:core-ktx:1.5.0'
41+
implementation 'androidx.appcompat:appcompat:1.3.0'
4242
implementation 'com.google.android.material:material:1.3.0'
4343
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
4444
testImplementation 'junit:junit:4.+'

0 commit comments

Comments
 (0)