Skip to content

Commit 84927f5

Browse files
committed
[CAS-691] Review tutorial dependencies
1 parent e537d66 commit 84927f5

File tree

4 files changed

+1
-25
lines changed

4 files changed

+1
-25
lines changed

samplejava/build.gradle

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ android {
1212
targetSdkVersion 30
1313
versionCode 1
1414
versionName "1.0"
15-
16-
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1715
}
1816

1917
buildTypes {
@@ -36,12 +34,4 @@ android {
3634
dependencies {
3735
// Add new dependencies
3836
implementation "io.getstream:stream-chat-android-ui-components:4.5.3"
39-
implementation 'io.coil-kt:coil:1.1.1'
40-
41-
implementation 'androidx.appcompat:appcompat:1.2.0'
42-
implementation 'com.google.android.material:material:1.3.0'
43-
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
44-
testImplementation 'junit:junit:4.+'
45-
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
46-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
4737
}

samplejava/src/main/java/com/example/chattutorialjava/ChannelActivity.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
import io.getstream.chat.android.ui.messages.header.MessagesHeaderView;
2424
import io.getstream.chat.android.ui.messages.view.MessageListViewModelBinding;
2525
import io.getstream.chat.android.ui.textinput.MessageInputViewModelBinding;
26-
import kotlin.Unit;
2726

2827
public class ChannelActivity extends AppCompatActivity {
2928

samplejava/src/main/java/com/example/chattutorialjava/ChannelActivity2.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
import io.getstream.chat.android.ui.messages.header.MessagesHeaderView;
2424
import io.getstream.chat.android.ui.messages.view.MessageListViewModelBinding;
2525
import io.getstream.chat.android.ui.textinput.MessageInputViewModelBinding;
26-
import kotlin.Unit;
2726

2827
public class ChannelActivity2 extends AppCompatActivity {
2928

samplekotlin/build.gradle

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@ 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
1515
versionName "1.0"
16-
17-
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1816
}
1917

2018
buildTypes {
@@ -39,14 +37,4 @@ android {
3937
dependencies {
4038
// Add new dependencies
4139
implementation "io.getstream:stream-chat-android-ui-components:4.5.3"
42-
implementation 'io.coil-kt:coil:1.1.1'
43-
44-
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
45-
implementation 'androidx.core:core-ktx:1.3.2'
46-
implementation 'androidx.appcompat:appcompat:1.2.0'
47-
implementation 'com.google.android.material:material:1.3.0'
48-
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
49-
testImplementation 'junit:junit:4.+'
50-
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
51-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
5240
}

0 commit comments

Comments
 (0)