We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8da354 commit 1cb2df7Copy full SHA for 1cb2df7
Sources/LiveViewNative/LiveViewNative.docc/Resources/01-01-03-mix.exs
@@ -44,10 +44,8 @@ defmodule LvnTutorial.MixProject do
44
{:telemetry_poller, "~> 1.0"},
45
{:jason, "~> 1.2"},
46
{:plug_cowboy, "~> 2.5"},
47
- {:live_view_native,
48
- git: "https://github.com/liveview-native/live_view_native.git", branch: "main"},
49
- {:live_view_native_swift_ui,
50
- git: "https://github.com/liveview-native/liveview-client-swiftui", branch: "main"}
+ {:live_view_native, "~> 0.0.8"},
+ {:live_view_native_swift_ui, "~> 0.0.8"}
51
]
52
end
53
0 commit comments