Skip to content

Commit 6ff9e6f

Browse files
Merge branch 'master' into release
Conflicts: Android/AndroidManifest.xml
2 parents 0f61546 + 716b645 commit 6ff9e6f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+956
-327
lines changed

Android/AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="org.droidplanner"
4-
android:versionCode="74"
4+
android:versionCode="75"
55
android:versionName="please run version.sh to get the version name">
66

77
<uses-sdk
@@ -72,6 +72,8 @@
7272
<service android:name=".android.communication.service.MAVLinkService" >
7373
</service>
7474

75+
<service android:name=".android.communication.service.UploaderService" />
76+
7577
<activity
7678
android:name=".android.activities.FlightActivity"
7779
android:launchMode="singleTask" >

Android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ dependencies {
44
compile 'com.android.support:support-v4:19.+'
55
compile files('libs/droneapi-java-0.1-SNAPSHOT.jar')
66
compile files('libs/protobuf-java-2.5.0.jar')
7+
compile files('libs/jeromq-0.3.4.jar')
78

89
compile project(':Core')
910
compile files('libs/usbseriallibrary.jar')
25.2 KB
Binary file not shown.

Android/libs/jeromq-0.3.4.jar

182 KB
Binary file not shown.
6 KB
Binary file not shown.
4.75 KB
Loading
4.76 KB
Loading
6 KB
Binary file not shown.
2.86 KB
Loading
2.88 KB
Loading

0 commit comments

Comments
 (0)