Commit 044f6f1f authored by Mygod's avatar Mygod

Apply commonSettings to root

parent 0030c29b
import android.Keys.proguardCache
lazy val commonSettings = Seq( lazy val commonSettings = Seq(
scalaVersion := "2.11.8", scalaVersion := "2.11.8",
dexMaxHeap := "4g", dexMaxHeap := "4g",
...@@ -19,4 +17,9 @@ lazy val commonSettings = Seq( ...@@ -19,4 +17,9 @@ lazy val commonSettings = Seq(
typedResources := false typedResources := false
) )
lazy val mobile = project.settings(commonSettings) lazy val shadowsocks = project.in(file("."))
.settings(commonSettings)
.aggregate(mobile)
lazy val mobile = project
.settings(commonSettings)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment