googlecodelabs / android-persistence

https://codelabs.developers.google.com/codelabs/android-persistence
Apache License 2.0
214 stars 119 forks source link

Update Project for Android Oreo #6

Closed lukegjpotter closed 6 years ago

lukegjpotter commented 6 years ago

To ensure that the project builds and runs on Android Oreo, the version numbers in the build.gradle need to be updated. The LifecycleActivity extensions need to be replaced with AppCompatActivity in version 1.0.0 of LifeCycle Extensions. There are changes to Room 1.0.0 that require Primary Keys to have the annotation @NonNull.

As well as this, Issue #2 needs to be fixed too, before the project will build.