Skip to content

BulatMukhutdinov/structure

Repository files navigation

Release

Purpose

Base structure for MVVM

Installation

Add jitpack repository to project-level build.gradle

 allprojects {
    repositories {
        google()
        jcenter()
        maven { url 'https://jitpack.io' }
    }
}

Add dependency to app-level build.gradle

implementation 'com.github.bulatmukhutdinov:structure:<latest_version>'