Quee-io / quee-mvp

Android MVP library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download

Quee MVP Archeticture.

To use this version:

  • Add this to build.gradle file
repositories {
	maven {
		url  "https://dl.bintray.com/quee/mvp-architecture"
	}
}
  • then add this dependency in your project.
implementation 'io.quee.mvp:mvp:v1.0.5'