Skip to content

Commit 7bc6ccf

Browse files
committed
Update Travis CI config
1 parent 8964b59 commit 7bc6ccf

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
@@ -11,7 +11,7 @@ android:
1111
components:
1212
- tools
1313
- platform-tools
14-
- build-tools-26.0.1
14+
- build-tools-26.0.2
1515
- android-26
1616

1717
jdk:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To work around this, there is a separate dependency you can add to the *test* sc
6666
of your project in Android Studio 3. It provides its own copy of the JUnit 5 Runtime
6767
provided by a more recent build of IntelliJ, overriding the one embedded in Android Studio.
6868

69-
To use this, add the following line alongside the other `junit5()` dependency:
69+
To use this, add the following line alongside the other `junit5()` dependencies:
7070

7171
```groovy
7272
testCompileOnly junit5EmbeddedRuntime()

0 commit comments

Comments
 (0)