Skip to content

Commit

Permalink
Update client library dependencies to fix travis build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
m4gr3d committed Mar 8, 2016
1 parent d3c0e3b commit a5b7da7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ClientLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ dependencies {
compile "com.android.support:support-v4:${support_lib_version}"
compile "com.google.android.gms:play-services-base:${play_services_version}"

debugCompile project(':Mavlink')
releaseCompile files('libs/Mavlink.jar')
compile project(':Mavlink')
compile files('libs/Mavlink.jar')
}

assemble.dependsOn ':Mavlink:jar'
Expand Down

0 comments on commit a5b7da7

Please sign in to comment.