Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 232 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 232 Bytes

Meigic

Android MVP super lightweight library

###GRADLE:

repositories {
    	...
    	maven { url 'https://github.com/mrmilu/maven-repo/raw/master/'}
}
dependencies {
	  ...
      compile 'com.mrmilu:meigic:2.0.0@aar'
}