Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 404 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 404 Bytes

Keel

A framework combining Android ViewModels and Reducers.

Download

Use https://jitpack.io:

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

implementation 'com.github.arklabsnz.keel:viewmodel:1.3.1'

implementation 'com.github.arklabsnz.keel:viewmodel-dagger:1.3.1'

testImplementation 'com.github.arklabsnz.keel:viewmodel-testing:1.3.1'