com.castorflex.manifestreplace.plugin.ManifestReplacePluginExtension.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugin Show documentation
Show all versions of plugin Show documentation
Gradle plugin to add more placeholders to your manifest.xml.
package com.castorflex.manifestreplace.plugin
import com.android.build.gradle.AppPlugin
import com.android.build.gradle.LibraryPlugin
import org.gradle.api.Plugin
import org.gradle.api.Project
class ManifestReplacePluginExtension {
Map manifestPlaceholders
boolean hasPlaceholders() {
manifestPlaceholders != null && manifestPlaceholders.size() == 0
}
}