Skip to content

Commit

Permalink
Merge pull request #58 from javiersantos/kotlin
Browse files Browse the repository at this point in the history
Rewrite library to Kotlin (keeping Java interoperability)
  • Loading branch information
javiersantos committed Sep 27, 2018
2 parents 0d86b11 + 1cc871e commit d16a27d
Show file tree
Hide file tree
Showing 40 changed files with 2,257 additions and 1,619 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ jdk: oraclejdk8

env:
global:
- ANDROID_API=27
- ANDROID_BUILD_TOOLS=27.0.3
- ANDROID_API=28
- ANDROID_BUILD_TOOLS=28.0.3
- EMULATOR_API=24

android:
Expand All @@ -22,7 +22,7 @@ android:
- '.+'

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

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
Expand Down

0 comments on commit d16a27d

Please sign in to comment.