Skip to content

Android gradle plugin to apply black and white theme

Notifications You must be signed in to change notification settings

devnan/black-white-plugin

Repository files navigation

black-white-plugin

usage

// Top-level buid.gradle
buildscript {
    repositories {
        ...
    }
    dependencies {
        classpath 'com.devnan.plugin:black-white-plugin:1.0.0'
    }
}

// App module buid.gradle
apply plugin: 'black-white-plugin'

About

Android gradle plugin to apply black and white theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages