Skip to content

Commit

Permalink
Merge pull request #58 from 3drobotics/fix_mavlink_dependency
Browse files Browse the repository at this point in the history
Fixed mavlink dependency
  • Loading branch information
m4gr3d committed Feb 11, 2016
2 parents b741ee8 + f6ede4d commit 2f163a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ClientLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
compile "com.android.support:support-v4:${support_lib_version}"
compile "com.google.android.gms:play-services-base:${play_services_version}"

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

Expand Down

0 comments on commit 2f163a1

Please sign in to comment.