Skip to content

Instantly share code, notes, and snippets.

@keiji
Created October 30, 2014 07:49
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keiji/57d54f94ef224bb44d69 to your computer and use it in GitHub Desktop.
Save keiji/57d54f94ef224bb44d69 to your computer and use it in GitHub Desktop.
goodFeature側のbuild.gradleに、
android {
publishNonDefault true
productFlavors {
lib
}
}
を追加してから、参照する側のbuild.gradleで、
debugCompile project(path: ':goodFeature', configuration: 'libDebug')
releaseCompile project(path: ':goodFeature', configuration: 'libRelease')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment