Skip to content

Commit

Permalink
Merge pull request #41 from orhanobut/fix-kotlin
Browse files Browse the repository at this point in the history
Refactor 2.0.0
  • Loading branch information
orhanobut authored Jun 4, 2017
2 parents c2c33e2 + 1473abd commit ac26c3c
Show file tree
Hide file tree
Showing 67 changed files with 1,094 additions and 1,680 deletions.
12 changes: 3 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
language: android
jdk: oraclejdk8

android:
components:
- tools
- platform-tools
- build-tools-24.0.0
- build-tools-25.0.2
- android-23
- android-24

addons:
apt_packages:
- pandoc

env:
- GRADLE_OPTS="-Xmx512m -XX:MaxPermSize=512m"

script:
- ./gradlew tracklytics-runtime:check

after_failure:
- pandoc tracklytics-runtime/build/outputs/lint-results.html -t plain
- ./gradlew check
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## CHANGELOG
### 1.4.0
- TrackingAdapter trackEvent signature is changed
- Public trackEvent method is added

### 1.3.0
- Remove super attribute is added.
```java
Expand Down
Loading

0 comments on commit ac26c3c

Please sign in to comment.