Skip to content

Commit

Permalink
1.5.7 (227)
Browse files Browse the repository at this point in the history
  • Loading branch information
denis15yo committed Mar 8, 2024
1 parent d308993 commit f3c6c9f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Nicegram/NGUI/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ swift_library(
"@swiftpkg_nicegram_assistant_ios//:NGAiChatUI",
"@swiftpkg_nicegram_assistant_ios//:FeatImagesHubUI",
"@swiftpkg_nicegram_assistant_ios//:FeatNicegramHub",
"@swiftpkg_nicegram_assistant_ios//:FeatPinnedChats",
"@swiftpkg_nicegram_assistant_ios//:FeatSpeechToText",
],
visibility = [
Expand Down
2 changes: 1 addition & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"location" : "git@bitbucket.org:mobyrix/nicegram-assistant-ios.git",
"state" : {
"branch" : "develop",
"revision" : "c582a66c9d2fb787d788a89ff084841cda6e3945"
"revision" : "3644c25aebc28298950af37488abb358d96141fa"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion swift_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def swift_dependencies():
# branch: avatar-generator
swift_package(
name = "swiftpkg_nicegram_assistant_ios",
commit = "c582a66c9d2fb787d788a89ff084841cda6e3945",
commit = "3644c25aebc28298950af37488abb358d96141fa",
dependencies_index = "@//:swift_deps_index.json",
remote = "git@bitbucket.org:mobyrix/nicegram-assistant-ios.git",
)
Expand Down
2 changes: 1 addition & 1 deletion swift_deps_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@
"name": "swiftpkg_nicegram_assistant_ios",
"identity": "nicegram-assistant-ios",
"remote": {
"commit": "c582a66c9d2fb787d788a89ff084841cda6e3945",
"commit": "3644c25aebc28298950af37488abb358d96141fa",
"remote": "git@bitbucket.org:mobyrix/nicegram-assistant-ios.git",
"branch": "develop"
}
Expand Down

0 comments on commit f3c6c9f

Please sign in to comment.