Created
March 22, 2018 21:22
-
-
Save sanogueralorenzo/217ab91e45b2b66935608bb6f48c0d1f to your computer and use it in GitHub Desktop.
ViewModel & LiveData dependencies
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependencies { | |
//Other dependencies... | |
implementation "android.arch.lifecycle:extensions:1.1.0" | |
annotationProcessor "android.arch.lifecycle:compiler:1.1.0" | |
testImplementation "android.arch.core:core-testing:1.1.0" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dependencies {
def lifecycle_version = "2.0.0"
}