With data-client added as library module (#3656)

* With data-client added as library module

* Fix build
This commit is contained in:
Vivek Maskara 2020-04-15 03:00:13 -07:00 committed by GitHub
parent 9ee04f3df4
commit 32ee0b4f9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
258 changed files with 34820 additions and 2 deletions

23
data-client/.travis.yml Normal file
View file

@ -0,0 +1,23 @@
language: android
jdk: oraclejdk8
android:
components:
- platform-tools
- tools
# The BuildTools version used by your project
- build-tools-28.0.3
# The SDK version used to compile your project
- android-28
# Additional components
- extra-android-m2repository
licenses:
- android-sdk-preview-license-.+
- android-sdk-license-.+
before_script:
- chmod +x gradlew
script: "./gradlew test"