Skip to content

Latest commit

Β 

History

History
29 lines (22 loc) Β· 640 Bytes

README.md

File metadata and controls

29 lines (22 loc) Β· 640 Bytes

Marknish Release

No more support! Markup language for Android Rendering Common Elements

Download

Add it in your root build.gradle at the end of repositories:

allprojects {
	repositories {
		...
		maven { url "https://jitpack.io" }
	}
}

Add the dependency to your add module build.gradle file:

	dependencies {
	        compile 'com.github.tanishqsh:marknish:v1.3.6'
	}


Usage

Check Wiki

License

Check License