Skip to content

Commit 4e03818

Browse files
Version: Releasing version 2.5.0
1 parent b7578e3 commit 4e03818

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Android/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
package="org.droidplanner"
5-
android:versionCode="81"
5+
android:versionCode="82"
66
android:versionName="please run version.sh to get the version name">
77

88
<uses-sdk

ChangeLog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ All the changes are logged below (preferable with the pull request numbers in pa
99

1010
# Releases
1111

12+
## Droidplanner v2.5.0
13+
* Support for Pebble Watch (#874)
14+
* Follow-Me types (#871)
15+
* Release GPS when not in use (#873,#872)
16+
* Fix map padding (#870,#869)
17+
* Added CONTRIBUTING.md file to guide new developers (#862)
18+
1219
## Droidplanner v2.4.4
1320
* Implemented optional max volume on start (#838,#841,#840)
1421
* Added Unit tests to Travis CI (#839)

PebbleKit/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
4-
<classpathentry exported="false" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
4+
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
55
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
66
<classpathentry kind="src" path="src"/>
77
<classpathentry kind="src" path="gen"/>

0 commit comments

Comments
 (0)