2
0
mirror of https://github.com/status-im/status-mobile.git synced 2025-01-17 04:01:28 +00:00
Julien Eluard fc92dafca6 Fixed android build script.
Upgraded to latest dependencies and removed useless plugins.
2018-01-17 14:56:52 +01:00

6 lines
79 B
Clojure

(ns ^:figwheel-no-load run
(:use [figwheel-api]))
(start)
(start-cljs-repl)