manifest-guard
manifest-guard copied to clipboard
Fix description
Also would be nice to mention that manifestGuard {} must be set in build.gradle of app module or show the usage of script in sample.
Hello! Thank your request. README file was fixed.
Also would be nice to mention that manifestGuard {} must be set in build.gradle of app module
That is said in the first sentence in Setup section: "Also would be nice to mention that manifestGuard {} must be set in build.gradle of app module". Do you think this sentence should be rephrased?
show the usage of script in sample.
Yes, that's a good point. Currently, the sample relies only on the default config but meantime I didn't sort out how to show all possible configs in one sample.
may be its only my lack of expierence of working with gradle plugins. but i had to spent some time to realize of where to insert manifestGuard {}
also
maven {
url "https://plugins.gradle.org/m2/"
}
confusing since it's literally gradlePluginPortal() https://github.com/gradle/gradle/pull/613
Yes, I usually copy code samples from official page.
Almost always blocks for configuring plugins are placed just on the top level of build.gradle