Commit b1670679 authored by Mygod's avatar Mygod

Add Korean

parent 5ac1343b
......@@ -15,7 +15,9 @@ lazy val commonSettings = Seq(
proguardCache := Seq(),
shrinkResources := true,
typedResources := false
typedResources := false,
resConfigs := Seq("ja", "ko", "ru", "zh-rCN", "zh-rTW")
)
val supportLibsVersion = "25.2.0"
......
......@@ -13,8 +13,6 @@ proguardOptions ++=
"-dontwarn org.xbill.**" ::
Nil
resConfigs := Seq("ja", "ru", "zh-rCN", "zh-rTW")
val playServicesVersion = "10.2.0"
resolvers += Resolver.jcenterRepo
libraryDependencies ++=
......
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