File tree Expand file tree Collapse file tree
samplejava/src/main/res/layout Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 app : layout_constraintBottom_toBottomOf =" parent"
3434 app : layout_constraintEnd_toEndOf =" parent"
3535 app : layout_constraintStart_toStartOf =" parent" />
36+
3637</androidx .constraintlayout.widget.ConstraintLayout>
Original file line number Diff line number Diff line change 2727 app : layout_constraintEnd_toEndOf =" @+id/iv_media_thumb"
2828 app : layout_constraintStart_toStartOf =" @id/iv_media_thumb"
2929 app : layout_constraintTop_toTopOf =" @id/iv_media_thumb" />
30+
3031</androidx .constraintlayout.widget.ConstraintLayout>
Original file line number Diff line number Diff line change @@ -12,15 +12,6 @@ android {
1212 targetSdk 31
1313 versionCode 1
1414 versionName " 1.0"
15-
16- testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
17- }
18-
19- buildTypes {
20- release {
21- minifyEnabled false
22- proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
23- }
2415 }
2516
2617 // Enable ViewBinding
@@ -31,15 +22,8 @@ android {
3122
3223dependencies {
3324 // Add new dependencies
34- implementation " io.getstream:stream-chat-android-ui-components:4.23 .0"
35- implementation ' io.coil-kt:coil :1.4.0'
25+ implementation " io.getstream:stream-chat-android-ui-components:4.24 .0"
26+ implementation " com.google.android.material:material :1.4.0"
3627 implementation " androidx.activity:activity-ktx:1.4.0"
37-
38- implementation ' androidx.core:core-ktx:1.7.0'
39- implementation ' androidx.appcompat:appcompat:1.4.0'
40- implementation ' com.google.android.material:material:1.4.0'
41- implementation ' androidx.constraintlayout:constraintlayout:2.1.2'
42- testImplementation ' junit:junit:4.+'
43- androidTestImplementation ' androidx.test.ext:junit:1.1.3'
44- androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
28+ implementation " io.coil-kt:coil:1.4.0"
4529}
Original file line number Diff line number Diff line change 3232 app : layout_constraintBottom_toBottomOf =" parent"
3333 app : layout_constraintEnd_toEndOf =" parent"
3434 app : layout_constraintStart_toStartOf =" parent" />
35+
3536</androidx .constraintlayout.widget.ConstraintLayout>
Original file line number Diff line number Diff line change 2727 app : layout_constraintEnd_toEndOf =" @+id/iv_media_thumb"
2828 app : layout_constraintStart_toStartOf =" @id/iv_media_thumb"
2929 app : layout_constraintTop_toTopOf =" @id/iv_media_thumb" />
30+
3031</androidx .constraintlayout.widget.ConstraintLayout>
You can’t perform that action at this time.
0 commit comments