File tree Expand file tree Collapse file tree 2 files changed +7
-16
lines changed
Expand file tree Collapse file tree 2 files changed +7
-16
lines changed Original file line number Diff line number Diff line change @@ -504,9 +504,11 @@ packages:
504504 qiscus_chat_sdk:
505505 dependency: "direct main"
506506 description:
507- path: "..\\qiscus-chat-sdk-flutter"
508- relative: true
509- source: path
507+ path: "."
508+ ref: master
509+ resolved-ref: "4cdb999f1b701ad03e43941b18c67d687a957c5e"
510+ url: "git://github.com/qiscus/qiscus-chat-sdk-flutter.git"
511+ source: git
510512 version: "0.1.0"
511513 quiver:
512514 dependency: transitive
Original file line number Diff line number Diff line change 11name : qiscus_chat_sample
22description : Qiscus Chat SDK Sample
3-
4- # The following defines the version and build number for your application.
5- # A version number is three numbers separated by dots, like 1.2.43
6- # followed by an optional build number separated by a +.
7- # Both the version and the builder number may be overridden in flutter
8- # build by specifying --build-name and --build-number, respectively.
9- # In Android, build-name is used as versionName while build-number used as versionCode.
10- # Read more about Android versioning at https://developer.android.com/studio/publish/versioning
11- # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
12- # Read more about iOS versioning at
13- # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
14- version : 1.0.1+3
3+ version : 1.0.2
154
165environment :
176 sdk : ' >=2.7.0 <3.0.0'
@@ -33,7 +22,7 @@ dependencies:
3322 fluro : ^1.6.1
3423 date_format : ^1.0.8
3524 qiscus_chat_sdk :
36- # path: ../qiscus-chat-sdk-flutter
25+ # path: ../qiscus-chat-sdk-flutter
3726 git :
3827 url : git://github.com/qiscus/qiscus-chat-sdk-flutter.git
3928 ref : master
You can’t perform that action at this time.
0 commit comments