All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.castorflex.manifestreplace.plugin.ManifestReplacePluginExtension.groovy Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
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
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy