Skip to content

Commit 9f4084a

Browse files
committed
Update travis.
1 parent 037a374 commit 9f4084a

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ android:
99
components:
1010
- platform-tools
1111
- tools
12-
- build-tools-24.0.3
13-
- android-24
14-
- extra-android-m2repository
12+
- build-tools-25.0.3
13+
- android-25
1514

1615
before_install:
1716
- TERM=dumb
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
/** Automatically generate a ContentProvider backed by an SQLite database. */
12
@javax.annotation.ParametersAreNonnullByDefault
2-
package net.simonvt.schematic;
3+
package net.simonvt.schematic;
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
/** Utility methods for the generated classes. */
12
@javax.annotation.ParametersAreNonnullByDefault
2-
package net.simonvt.schematic.utils;
3+
package net.simonvt.schematic.utils;

0 commit comments

Comments
 (0)