Skip to content

Commit 1473abd

Browse files
author
Orhan Obut
committed
Update Travis for build-tools
1 parent 411efe1 commit 1473abd

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

.travis.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
11
language: android
2+
jdk: oraclejdk8
23

34
android:
45
components:
56
- tools
67
- platform-tools
7-
- build-tools-24.0.0
8+
- build-tools-25.0.2
89
- android-23
910
- android-24
1011

11-
addons:
12-
apt_packages:
13-
- pandoc
14-
1512
env:
1613
- GRADLE_OPTS="-Xmx512m -XX:MaxPermSize=512m"
1714

1815
script:
19-
- ./gradlew tracklytics-runtime:check
20-
21-
after_failure:
22-
- pandoc tracklytics-runtime/build/outputs/lint-results.html -t plain
16+
- ./gradlew check

tracklytics-runtime/src/main/java/com/orhanobut/tracklytics/FixedAttribute.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* Assign a fixed/static value for the given attribute
88
* This can be used in the situations that the actual value is not dynamic.
99
* For example: A good case would be screen name or button name
10-
*
1110
* <p>
1211
* <pre>
1312
* <code>{@literal @}FixedAttribute(key="scree_name", value="Login")

0 commit comments

Comments
 (0)