Skip to content

Commit d465e37

Browse files
OUI database update
1 parent 74aa2b5 commit d465e37

File tree

4 files changed

+67
-49
lines changed

4 files changed

+67
-49
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ android:
66
components:
77
- tools
88
- build-tools-28.0.3
9-
- android-27
9+
- android-28
1010
- extra-google-m2repository
1111
- extra-android-m2repository
1212
script:
1313
- TERM=dumb ./gradlew lint testDebugUnitTest jacocoTestDebugUnitTestReport
1414
before_install:
1515
- chmod +x gradlew
16-
- yes | sdkmanager "platforms;android-27"
16+
- yes | sdkmanager "platforms;android-28"
1717
after_success:
1818
- bash <(curl -s https://codecov.io/bash)

app/build.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Build Properties
2-
#Sun Nov 04 11:32:14 EST 2018
2+
#Sat Nov 10 09:06:39 EST 2018
33
version_minor=0
4-
version_build=11
4+
version_build=12
55
version_patch=1
6-
version_store=42
76
version_major=2
7+
version_store=42

0 commit comments

Comments
 (0)