Skip to content

Commit dd7814a

Browse files
author
Chavi Weingarten
committed
Reverted change so debug and release compile different mavlink files
1 parent 0764286 commit dd7814a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ClientLib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dependencies {
5858
compile "com.android.support:support-v4:${support_lib_version}"
5959
compile "com.google.android.gms:play-services-base:${play_services_version}"
6060

61-
compile project(':Mavlink')
61+
debugCompile project(':Mavlink')
6262
releaseCompile files('libs/Mavlink.jar')
6363
}
6464

0 commit comments

Comments
 (0)