Added ViewModel libraries
This commit is contained in:
parent
68b994feb4
commit
f5a7333e84
2 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,9 @@ dependencies {
|
|||
compile 'io.reactivex.rxjava2:rxjava:2.1.0'
|
||||
compile 'com.jakewharton.rxbinding2:rxbinding:2.0.0'
|
||||
compile 'com.jakewharton.rxbinding2:rxbinding-design:2.0.0'
|
||||
compile "android.arch.lifecycle:runtime:1.0.0-alpha5"
|
||||
compile "android.arch.lifecycle:extensions:1.0.0-alpha5"
|
||||
testCompile 'junit:junit:4.12'
|
||||
annotationProcessor "android.arch.lifecycle:compiler:1.0.0-alpha5"
|
||||
annotationProcessor 'com.jakewharton:butterknife-compiler:8.7.0'
|
||||
}
|
||||
|
|
|
@ -18,6 +18,7 @@ allprojects {
|
|||
maven {
|
||||
url "https://s3.amazonaws.com/repo.commonsware.com"
|
||||
}
|
||||
maven { url 'https://maven.google.com' }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue