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

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed Sep 16, 2018
1 parent 29ab817 commit 4de5738
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ android:
components:
- tools
- platform-tools
- build-tools-26.0.0
- android-26
- build-tools-28.0.2
- android-28
- extra-android-support
- extra-android-m2repository
- extra-google-m2repository
Expand All @@ -19,4 +19,4 @@ android:
#- sys-img-x86-android-17

licenses:
- '.+'
- '.+'
6 changes: 3 additions & 3 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ext.versions = [
minSdk : 14,
compileSdk : 28,
buildTools : '28.0.1',
publishVersion : '2.0.0',
publishVersionCode : 12,
buildTools : '28.0.2',
publishVersion : '2.1.0',
publishVersionCode : 13,

gradlePlugin : '3.1.4',
spotlessPlugin : '3.14.0',
Expand Down

0 comments on commit 4de5738

Please sign in to comment.