File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments