csaba-csete-87

Results 1 issues of csaba-csete-87

Since the January 22, 2018 release of Architecture components, _LifecycleActivity_ is deprecated. The `build.gradle` file can be updated to: ``` implementation "android.arch.lifecycle:runtime:1.1.1" implementation "android.arch.lifecycle:extensions:1.1.1" annotationProcessor "android.arch.lifecycle:compiler:1.1.1" ``` and at point...