File tree Expand file tree Collapse file tree 7 files changed +20
-20
lines changed
compose-custom-attachments
custom-attachments-message-composer
custom-attachments-message-input Expand file tree Collapse file tree 7 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ plugins {
44}
55
66android {
7- compileSdk 32
7+ compileSdk 33
88
99 defaultConfig {
1010 applicationId " io.getstream.chat.android.compose.customattachments"
1111 minSdk 21
12- targetSdk 32
12+ targetSdk 33
1313 versionCode 1
1414 versionName " 1.0"
1515 }
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ plugins {
44}
55
66android {
7- compileSdk 32
7+ compileSdk 33
88
99 defaultConfig {
1010 applicationId " io.getstream.chat.android.customattachmentsv2"
1111 minSdk 21
12- targetSdk 32
12+ targetSdk 33
1313 versionCode 1
1414 versionName " 1.0"
1515 }
@@ -21,7 +21,7 @@ android {
2121
2222dependencies {
2323 // Stream SDK dependency
24- implementation " io.getstream:stream-chat-android-ui-components:5.8.0 "
24+ implementation " io.getstream:stream-chat-android-ui-components:5.11.3 "
2525
2626 implementation libs. androidxCoreKtx
2727 implementation libs. androidxActivityKtx
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ plugins {
44}
55
66android {
7- compileSdk 32
7+ compileSdk 33
88
99 defaultConfig {
1010 applicationId " io.getstream.chat.android.customattachments"
1111 minSdk 21
12- targetSdk 32
12+ targetSdk 33
1313 versionCode 1
1414 versionName " 1.0"
1515 }
@@ -21,7 +21,7 @@ android {
2121
2222dependencies {
2323 // Stream SDK dependency
24- implementation " io.getstream:stream-chat-android-ui-components:5.8.0 "
24+ implementation " io.getstream:stream-chat-android-ui-components:5.11.3 "
2525
2626 implementation libs. androidxCoreKtx
2727 implementation libs. androidxActivityKtx
Original file line number Diff line number Diff line change 11[versions ]
2- kotlin = " 1.7.10 "
3- androidGradlePlugin = " 7.2.1 "
2+ kotlin = " 1.7.20 "
3+ androidGradlePlugin = " 7.3.0 "
44androidxActivityKtx = " 1.5.1"
55androidxAppCompat = " 1.4.2"
66androidxCardView = " 1.0.0"
@@ -12,8 +12,8 @@ androidxLifecycle = "2.5.1"
1212androidxRecyclerView = " 1.2.1"
1313androidxViewPager2 = " 1.0.0"
1414coil = " 2.1.0"
15- compose = " 1.2.1 "
16- composeCompiler = " 1.3.0 "
15+ compose = " 1.3.0 "
16+ composeCompiler = " 1.3.2 "
1717composeAccompanist = " 0.25.0"
1818composeAcitvity = " 1.5.1"
1919composeViewModel = " 2.4.1"
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ apply plugin: 'kotlin-android'
33apply plugin : ' kotlin-android-extensions'
44
55android {
6- compileSdk 32
6+ compileSdk 33
77
88 defaultConfig {
99 applicationId " io.getstream.videochat"
1010 minSdk 23
11- targetSdk 32
11+ targetSdk 33
1212 versionCode 1
1313 versionName " 1.0"
1414 }
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ plugins {
44}
55
66android {
7- compileSdk 32
7+ compileSdk 33
88
99 defaultConfig {
1010 applicationId " io.getstream.chat.virtualevent"
1111 minSdk 26
12- targetSdk 32
12+ targetSdk 33
1313 versionCode 1
1414 versionName " 1.0"
1515
@@ -71,7 +71,7 @@ android {
7171
7272dependencies {
7373 // Stream SDK dependency
74- implementation " io.getstream:stream-chat-android-ui-components:5.8.0 "
74+ implementation " io.getstream:stream-chat-android-ui-components:5.11.3 "
7575
7676 implementation libs. androidxCoreKtx
7777 implementation libs. androidxAppCompat
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ apply plugin: 'kotlin-android'
33apply plugin : " androidx.navigation.safeargs.kotlin"
44
55android {
6- compileSdk 32
6+ compileSdk 33
77
88 defaultConfig {
99 applicationId " io.getstream.whatsappclone"
1010 minSdkVersion 21
11- targetSdkVersion 32
11+ targetSdkVersion 33
1212 versionCode 1
1313 versionName " 1.0"
1414 }
@@ -36,7 +36,7 @@ android {
3636
3737dependencies {
3838 // Stream SDK dependency
39- implementation " io.getstream:stream-chat-android-ui-components:5.8.0 "
39+ implementation " io.getstream:stream-chat-android-ui-components:5.11.3 "
4040
4141 implementation libs. kotlinStdLib
4242 implementation libs. androidxViewPager2
You can’t perform that action at this time.
0 commit comments