Skip to content

Commit b2835dc

Browse files
authored
Merge pull request #38 from GetStream/CAS-691-review-tutorial-dependencies
[CAS-691] Review tutorial dependencies
2 parents 3ad9f64 + a355e95 commit b2835dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samplekotlin/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
buildToolsVersion "30.0.2"
99

1010
defaultConfig {
11-
applicationId "com.example.chattutorial0209"
11+
applicationId "com.example.chattutorial"
1212
minSdkVersion 21
1313
targetSdkVersion 30
1414
versionCode 1
@@ -40,6 +40,7 @@ dependencies {
4040
// Add new dependencies
4141
implementation "io.getstream:stream-chat-android-ui-components:4.5.4"
4242
implementation 'io.coil-kt:coil:1.1.1'
43+
implementation "androidx.fragment:fragment-ktx:1.3.0"
4344

4445
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
4546
implementation 'androidx.core:core-ktx:1.3.2'

0 commit comments

Comments
 (0)