diff --git a/td/td_api/pubspec.yaml b/td/td_api/pubspec.yaml index 2140fccb..d29839ed 100644 --- a/td/td_api/pubspec.yaml +++ b/td/td_api/pubspec.yaml @@ -1,5 +1,5 @@ name: td_api -publish_to: 'none' +publish_to: "none" environment: sdk: ">=3.0.0 <4.0.0" @@ -7,10 +7,10 @@ environment: dependencies: tdlib: git: - url: git@github.com:ivk1800/tdlib-dart.git + url: https://github.com/ivk1800/tdlib-dart.git ref: c54a942a65bd734755659a91964c2b0ad90d6cf2 dev_dependencies: dependency_validator: 3.2.0 tg_lint_rules: - path: ../../tg_lint_rules \ No newline at end of file + path: ../../tg_lint_rules diff --git a/td_client/pubspec.yaml b/td_client/pubspec.yaml index 7328b390..4cf9162a 100644 --- a/td_client/pubspec.yaml +++ b/td_client/pubspec.yaml @@ -1,5 +1,5 @@ name: td_client -publish_to: 'none' +publish_to: "none" environment: sdk: ">=3.0.0 <4.0.0" @@ -8,10 +8,10 @@ dependencies: rxdart: 0.27.3 tdlib: git: - url: git@github.com:ivk1800/tdlib-dart.git + url: https://github.com/ivk1800/tdlib-dart.git ref: c54a942a65bd734755659a91964c2b0ad90d6cf2 dev_dependencies: dependency_validator: 3.2.0 tg_lint_rules: - path: ../tg_lint_rules \ No newline at end of file + path: ../tg_lint_rules