Results 3 issues of Alan Chiou

The link text "usecases" is a relative path. I change it to the absolute link https://github.com/android/architecture-samples/tree/usecases

If we test an Android component(Activity, Fragment, Service...) with [Robolectric](http://robolectric.org/), we will use [`RobolectricTestRunner`](http://robolectric.org/writing-a-test/) as the test runner. And a test class only have a test runner. I also find...

Gradle: 7.3.3 Android Gradle Plugin: 7.2.1 Kotlin: 1.7.0 Other dependencies with stable version Add missing dependencies Test: build successfully