Commit b1670679 authored by Mygod's avatar Mygod

Add Korean

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