Skip to content

Commit

Permalink
1.7.7 (302)
Browse files Browse the repository at this point in the history
  • Loading branch information
denis15yo committed Aug 27, 2024
1 parent 74c0507 commit 6aad5a4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
20 changes: 10 additions & 10 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"location" : "git@bitbucket.org:mobyrix/nicegram-assistant-ios.git",
"state" : {
"branch" : "develop",
"revision" : "4084fba4c1a5035011223809d5755bf08a9f2fc2"
"revision" : "83589d06f52ae132c194a048f2f8261e51f9e732"
}
},
{
Expand All @@ -132,7 +132,7 @@
"location" : "git@bitbucket.org:mobyrix/nicegram-wallet-ios.git",
"state" : {
"branch" : "develop",
"revision" : "435678b5aa662b6482f1b56ba904d64526e4b9c6"
"revision" : "43faf7aad4025ea1bfe511ebfa8973657b5048af"
}
},
{
Expand Down Expand Up @@ -167,8 +167,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/SDWebImage/SDWebImage.git",
"state" : {
"revision" : "5191b801aca999b704eb93f118f91468b4570571",
"version" : "5.19.6"
"revision" : "8a1be70a625683bc04d6903e2935bf23f3c6d609",
"version" : "5.19.7"
}
},
{
Expand Down Expand Up @@ -230,8 +230,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-collections",
"state" : {
"revision" : "3d2dc41a01f9e49d84f0a3925fb858bed64f702d",
"version" : "1.1.2"
"revision" : "9bf03ff58ce34478e66aaee630e491823326fd06",
"version" : "1.1.3"
}
},
{
Expand Down Expand Up @@ -365,8 +365,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/WalletConnect/WalletConnectSwiftV2.git",
"state" : {
"revision" : "1427dcb1514e5d6f167ee7a41478ea1d6a6d8cc5",
"version" : "1.19.6"
"revision" : "b6e9e37ab5981444f3898653c34fd39284534aad",
"version" : "1.20.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion submodules/TelegramUI/Sources/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ private class UserInterfaceStyleObserverWindow: UIWindow {
env: {
.init(
appUrlScheme: buildConfig.appSpecificUrlScheme,
enableLogging: true,
enableLogging: false,
keychainGroupIdentifier: NGENV.wallet.keychainGroupIdentifier,
nicegramApiBaseUrl: URL(string: NGENV.ng_api_url)!
.appendingPathComponent("v7/"),
Expand Down

0 comments on commit 6aad5a4

Please sign in to comment.