Add StreamViewModel

This commit is contained in:
Florian Märkl 2019-09-15 17:10:10 +02:00
commit ad7f46d783
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
8 changed files with 124 additions and 67 deletions

View file

@ -50,4 +50,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core-ktx:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.lifecycle:lifecycle-extensions:2.1.0'
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.1.0"
}