File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ build.gradle** file.
8282
8383```
8484dependencies {
85- implementation "com.quickblox:android-ui-kit:0.7 .0"
85+ implementation "com.quickblox:android-ui-kit:0.8 .0"
8686
8787 implementation 'com.quickblox:quickblox-android-sdk-messages:4.1.1'
8888 implementation 'com.quickblox:quickblox-android-sdk-chat:4.1.1'
@@ -343,4 +343,4 @@ To use your own theme you just need to set it. This method must be called before
343343
344344```
345345QuickBloxUiKit.setTheme(CustomUiKitTheme())
346- ```
346+ ```
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ android {
1212 minSdk 21
1313 targetSdk 33
1414 versionCode 1
15- versionName " 1.10 .0"
15+ versionName " 1.11 .0"
1616 }
1717
1818 buildTypes {
@@ -40,7 +40,7 @@ android {
4040}
4141
4242dependencies {
43- implementation " com.quickblox:android-ui-kit:0.7 .0"
43+ implementation " com.quickblox:android-ui-kit:0.8 .0"
4444
4545 implementation ' com.quickblox:quickblox-android-sdk-messages:4.1.1'
4646 implementation ' com.quickblox:quickblox-android-sdk-chat:4.1.1'
You can’t perform that action at this time.
0 commit comments