Skip to content
This repository was archived by the owner on Sep 3, 2023. It is now read-only.

Commit 4de5738

Browse files
committed
Version 2.1.0
1 parent 29ab817 commit 4de5738

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ android:
44
components:
55
- tools
66
- platform-tools
7-
- build-tools-26.0.0
8-
- android-26
7+
- build-tools-28.0.2
8+
- android-28
99
- extra-android-support
1010
- extra-android-m2repository
1111
- extra-google-m2repository
@@ -19,4 +19,4 @@ android:
1919
#- sys-img-x86-android-17
2020

2121
licenses:
22-
- '.+'
22+
- '.+'

dependencies.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
ext.versions = [
22
minSdk : 14,
33
compileSdk : 28,
4-
buildTools : '28.0.1',
5-
publishVersion : '2.0.0',
6-
publishVersionCode : 12,
4+
buildTools : '28.0.2',
5+
publishVersion : '2.1.0',
6+
publishVersionCode : 13,
77

88
gradlePlugin : '3.1.4',
99
spotlessPlugin : '3.14.0',

0 commit comments

Comments
 (0)