Skip to content

Commit 2e3138f

Browse files
committed
Fix license for travis
1 parent 90f4cb6 commit 2e3138f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ android:
99
- android-27
1010

1111
before_install:
12-
- yes | sdkmanager "platforms;android-27"
12+
- yes | sdkmanager "platforms;android-28"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This project contains a sample of using the [Paging Library Architecture Compone
1010
* [Paging Library](https://developer.android.com/topic/libraries/architecture/paging/)
1111
* [Room Persistence Library](https://developer.android.com/topic/libraries/architecture/room)
1212
* [Navigation Architecture Component](https://developer.android.com/topic/libraries/architecture/navigation/)
13-
* [Lifecycle Arch components](https://developer.android.com/topic/libraries/architecture/lifecycle)
13+
* [Lifecycle Architecture component](https://developer.android.com/topic/libraries/architecture/lifecycle)
1414
* [Dagger Android 2.17](https://google.github.io/dagger/android.html)
1515
* [RxJava](https://github.com/ReactiveX/RxJava)
1616

0 commit comments

Comments
 (0)