Add core:base_feature and core:strings modules
This commit is contained in:
parent
efa00ff67b
commit
d6315b283d
|
|
@ -2,7 +2,7 @@ import groovy.json.JsonSlurper
|
|||
import groovy.xml.MarkupBuilder
|
||||
|
||||
task stringGenerator {
|
||||
generate(android.languageMap, project)
|
||||
generate(android.languageMap, project.rootProject.findProject(":core:strings"))
|
||||
println("Strings generated!")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue