File tree Expand file tree Collapse file tree
tracklytics-runtime/src/main/java/com/orhanobut/tracklytics Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : android
2+ jdk : oraclejdk8
23
34android :
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-
1512env :
1613- GRADLE_OPTS="-Xmx512m -XX:MaxPermSize=512m"
1714
1815script :
19- - ./gradlew tracklytics-runtime:check
20-
21- after_failure :
22- - pandoc tracklytics-runtime/build/outputs/lint-results.html -t plain
16+ - ./gradlew check
Original file line number Diff line number Diff line change 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")
You can’t perform that action at this time.
0 commit comments