Skip to content

Instantly share code, notes, and snippets.

@FisherKK
Created March 27, 2014 11:53
Show Gist options
  • Save FisherKK/9805901 to your computer and use it in GitHub Desktop.
Save FisherKK/9805901 to your computer and use it in GitHub Desktop.
android {
sourceSets {
main {
manifest.srcFile 'src/main/AndroidManifest.xml'
java.srcDirs = ['src/main/java', 'src/main/java-gen']
res.srcDirs = ['src/main/res']
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment