Skip to content

Commit 512bbb5

Browse files
committed
Update java and read me
1 parent 03030f3 commit 512bbb5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v1
12-
- name: set up JDK 1.8
12+
- name: set up JDK 1.11
1313
uses: actions/setup-java@v1
1414
with:
15-
java-version: 1.8
15+
java-version: 1.11
1616
- name: Build with Gradle
1717
run: ./gradlew assembleDebug

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@ This app is under development. :construction_worker: :hammer_and_wrench:
2525
* UI Test by [Espresso](https://developer.android.com/training/testing/espresso) based on [Robot Pattern](https://academy.realm.io/posts/kau-jake-wharton-testing-robots/)
2626
* Uses [Kotlin Coroutines Test](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-test/) to unit test Kotlin Coroutines
2727
* Uses [StateFlow](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/-state-flow/) as a replacement over LiveData as a state-holder observable
28+
* Uses [Firebase Remote Config](https://firebase.google.com/products/remote-config) for experimentation and feature rollout
29+
* Uses [Firebase App Distribution](https://firebase.google.com/products/app-distribution) for internal distribution and quality testing
2830

2931
## Further Reading
3032

3133
There are several articles written on this repository which state the design and architecture.
3234

33-
### Kotlin Everywhere. Coroutines, Tests, Robots and much more…
35+
### Kotlin Everywhere. Coroutines, Tests, Robots and much more…
3436

3537
The TvFlix complete repository has been re-written in Kotlin with Coroutines covering
3638
Unit Tests across ViewModels and UI tests for the app.

0 commit comments

Comments
 (0)