Skip to main content
Version: 0.12.1

Disable Android Resources

If an Android module doesn't actually have any resources in the src/__/res directory, then android.buildFeatures.androidResources can be disabled.

android {
buildFeatures {
androidResource = false
}
}