Skip to content

Commit

Permalink
Update change log and bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Jul 8, 2024
1 parent 2a6288b commit 25a08a3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
See https://github.com/MarcusWolschon/osmeditor4android/ for documentation on this version and all changes.

20.0.6:

- Fix issue that notes upload would loop

20.0.5:

- Fix pre-upload check if re-authorization is required
Expand Down
2 changes: 1 addition & 1 deletion src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
package="de.blau.android"
android:installLocation="auto"
android:versionCode="2806"
android:versionCode="2807"
android:versionName="@string/app_version" >

<uses-sdk tools:overrideLibrary="androidx.core.splashscreen" />
Expand Down
4 changes: 2 additions & 2 deletions src/main/res/values/appname.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string translatable="false" name="app_name">Vespucci</string>
<string translatable="false" name="app_version">20.0.5.0</string>
<string translatable="false" name="app_name_version">Vespucci 20.0.5</string>
<string translatable="false" name="app_version">20.0.6.0</string>
<string translatable="false" name="app_name_version">Vespucci 20.0.6</string>
</resources>

0 comments on commit 25a08a3

Please sign in to comment.