Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed May 26, 2019
1 parent ca540f2 commit 6595f39
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ android:
components:
- platform-tools
- tools
- build-tools-23.0.1
- android-22
- build-tools-28.0.3
- android-28
- extra-android-support
- extra-android-m2repository

Expand Down
5 changes: 4 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ android {
sourceCompatibility 1.8
targetCompatibility 1.8
}
lintOptions {
abortOnError false
}
}

dependencies {
Expand All @@ -39,7 +42,7 @@ dependencies {
implementation viewDependencies.butterKnife
implementation androidDependencies.appcompat_v7
implementation project(':waveview')

implementation(dataDependencies.permissionsdispatcher) {
// if you don't use android.app.Fragment you can exclude support for them
exclude module: "support-v13"
Expand Down
3 changes: 3 additions & 0 deletions waveview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ android {
sourceCompatibility 1.8
targetCompatibility 1.8
}
lintOptions {
abortOnError false
}
}

dependencies {
Expand Down

0 comments on commit 6595f39

Please sign in to comment.