Skip to content

Commit a094a6c

Browse files
committed
fix ext.kotlin_version
1 parent 1f7b9b3 commit a094a6c

11 files changed

Lines changed: 133 additions & 92 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,6 @@
8181
* update packages
8282

8383
## 1.1.0
84-
* support custom notifications settings
84+
* support custom notifications settings
85+
## 1.1.2
86+
* update packages

example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.4.32'
2+
ext.kotlin_version = '1.6.10'
33
repositories {
44
google()
55
mavenCentral()

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import 'utils/v_chat_utils/v_chat_custom_widgets.dart';
1313
const isUseRealServer = true;
1414

1515
const serverIp =
16-
isUseRealServer ? "https://test.vchatsdk.com" : "http://10.0.2.2:3000";
16+
isUseRealServer ? "https://test.vchatsdk.com" : "http://10.0.2.2:3001";
1717

1818
void main() async {
1919
WidgetsFlutterBinding.ensureInitialized();

0 commit comments

Comments
 (0)