Skip to content

Commit e749119

Browse files
Version: Releasing version 2.1.2
1 parent f2dc071 commit e749119

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Droidplanner v2.1.2
2+
* Clean-up of Strings.xml (#617)
3+
* Adds a check for Google Play Services (#639)
4+
* Adding support for Android Studio, Gradle (#623,#619)
5+
16
## Droidplanner v2.1.1
27
* Fix Parameters screen issue (#613)
38
* Making flight screen mission markers un-draggable (#614)

DroidPlanner/AndroidManifest.xml

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
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="org.droidplanner"
4-
android:versionCode="59"
4+
android:versionCode="60"
55
android:versionName="please run version.sh to get the version name">
66

77
<uses-sdk

0 commit comments

Comments
 (0)