We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2dc071 commit e749119Copy full SHA for e749119
ChangeLog.md
@@ -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
+
6
## Droidplanner v2.1.1
7
* Fix Parameters screen issue (#613)
8
* Making flight screen mission markers un-draggable (#614)
DroidPlanner/AndroidManifest.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.droidplanner"
- android:versionCode="59"
+ android:versionCode="60"
android:versionName="please run version.sh to get the version name">
<uses-sdk
0 commit comments