We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf27514 commit 960a3aeCopy full SHA for 960a3ae
app/build.gradle
@@ -10,8 +10,8 @@ android {
10
applicationId "de.hauke_stieler.geonotes"
11
minSdkVersion 16
12
targetSdkVersion 30
13
- versionCode 1004000
14
- versionName "1.4.0"
+ versionCode 1004001
+ versionName "1.4.1"
15
16
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
17
}
metadata/en-US/changelogs/1004001.txt
@@ -0,0 +1,5 @@
1
+1.4.1:
2
+
3
+* Change the marker move behavior: The map moves underneath the marker to reposition it
4
+* Fix color issue on menu in the toolbar
5
+* Fix positioning of the marker window
0 commit comments