Skip to content

Update SDK version to 4.24.0 #60

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions samplejava/src/main/res/layout/activity_channel_2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />

</androidx.constraintlayout.widget.ConstraintLayout>
1 change: 1 addition & 0 deletions samplejava/src/main/res/layout/attachment_imgur.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@
app:layout_constraintEnd_toEndOf="@+id/iv_media_thumb"
app:layout_constraintStart_toStartOf="@id/iv_media_thumb"
app:layout_constraintTop_toTopOf="@id/iv_media_thumb" />

</androidx.constraintlayout.widget.ConstraintLayout>
22 changes: 3 additions & 19 deletions samplekotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ android {
targetSdk 31
versionCode 1
versionName "1.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}

// Enable ViewBinding
Expand All @@ -31,15 +22,8 @@ android {

dependencies {
// Add new dependencies
implementation "io.getstream:stream-chat-android-ui-components:4.23.0"
implementation 'io.coil-kt:coil:1.4.0'
implementation "io.getstream:stream-chat-android-ui-components:4.24.0"
implementation "com.google.android.material:material:1.4.0"
implementation "androidx.activity:activity-ktx:1.4.0"

implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation "io.coil-kt:coil:1.4.0"
}
1 change: 1 addition & 0 deletions samplekotlin/src/main/res/layout/activity_channel_2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />

</androidx.constraintlayout.widget.ConstraintLayout>
1 change: 1 addition & 0 deletions samplekotlin/src/main/res/layout/attachment_imgur.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@
app:layout_constraintEnd_toEndOf="@+id/iv_media_thumb"
app:layout_constraintStart_toStartOf="@id/iv_media_thumb"
app:layout_constraintTop_toTopOf="@id/iv_media_thumb" />

</androidx.constraintlayout.widget.ConstraintLayout>