Skip to content

Commit 960a3ae

Browse files
committed
Add changelog and set version to 1.4.1
1 parent bf27514 commit 960a3ae

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "de.hauke_stieler.geonotes"
1111
minSdkVersion 16
1212
targetSdkVersion 30
13-
versionCode 1004000
14-
versionName "1.4.0"
13+
versionCode 1004001
14+
versionName "1.4.1"
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}

metadata/en-US/changelogs/1004001.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)