Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 574 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 574 Bytes

CA2

An easy Clean Architecture Framework library.(fork of CA) Related project: Android-CleanArchitecture, Android Architecture Blueprints and MVP

Practice Sample: DE-MVP-Clean

How to use?

Import on gradle using:

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

dependencies {
         implementation 'com.github.enuoCM:CA2:v1.1.3'
}