Skip to content

Commit 1cb2df7

Browse files
dbiisupernintendo
authored andcommitted
Updated to use hex.pm for live_view_native and live_view_native_swift_ui for the tutorial
1 parent b8da354 commit 1cb2df7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Sources/LiveViewNative/LiveViewNative.docc/Resources/01-01-03-mix.exs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,8 @@ defmodule LvnTutorial.MixProject do
4444
{:telemetry_poller, "~> 1.0"},
4545
{:jason, "~> 1.2"},
4646
{: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"}
47+
{:live_view_native, "~> 0.0.8"},
48+
{:live_view_native_swift_ui, "~> 0.0.8"}
5149
]
5250
end
5351

0 commit comments

Comments
 (0)