Skip to content

farbod-s/Gradle-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gradle-Plugin

a gradle plugin to read configuration from json file and generate string resources to use in android application

Usage

buildscript {
  repositories {
    maven {
      url "https://plugins.gradle.org/m2/"
    }
  }
  dependencies {
    classpath 'com.example:my-gradle-plugin:1.0.0'
  }
}

apply plugin: 'com.example.my-gradle-plugin'

About

A gradle plugin to read configuration from json file and generate string resources to use in android application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors