Skip to content

Commit 5eda3d4

Browse files
committed
Require soup 3.0.
1 parent e236812 commit 5eda3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/ui/environment.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ imports.gi.versions.Gio = '2.0';
55
imports.gi.versions.Gdk = '3.0';
66
imports.gi.versions.GdkPixbuf = '2.0';
77
imports.gi.versions.Gtk = '3.0';
8-
imports.gi.versions.Soup = '2.4';
8+
imports.gi.versions.Soup = '3.0';
99

1010
const GObject = imports.gi.GObject;
1111
const Clutter = imports.gi.Clutter;

0 commit comments

Comments
 (0)