File tree Expand file tree Collapse file tree 4 files changed +1
-25
lines changed
src/main/java/com/example/chattutorialjava Expand file tree Collapse file tree 4 files changed +1
-25
lines changed Original file line number Diff line number Diff 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 {
3634dependencies {
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}
Original file line number Diff line number Diff line change 2323import io .getstream .chat .android .ui .messages .header .MessagesHeaderView ;
2424import io .getstream .chat .android .ui .messages .view .MessageListViewModelBinding ;
2525import io .getstream .chat .android .ui .textinput .MessageInputViewModelBinding ;
26- import kotlin .Unit ;
2726
2827public class ChannelActivity extends AppCompatActivity {
2928
Original file line number Diff line number Diff line change 2323import io .getstream .chat .android .ui .messages .header .MessagesHeaderView ;
2424import io .getstream .chat .android .ui .messages .view .MessageListViewModelBinding ;
2525import io .getstream .chat .android .ui .textinput .MessageInputViewModelBinding ;
26- import kotlin .Unit ;
2726
2827public class ChannelActivity2 extends AppCompatActivity {
2928
Original file line number Diff line number Diff 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 {
3937dependencies {
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}
You can’t perform that action at this time.
0 commit comments