Skip to content

Commit

Permalink
Bump versions and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Dec 31, 2024
1 parent 65d2d25 commit 246d97d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
See https://github.com/MarcusWolschon/osmeditor4android/ for documentation on this version and all changes.

20.2.2:

- Fix don't assume that list of styles hasn't changed in length
- Fix update OH Fragment dependency, fixes form input not changing OH value
- Update translations
- Update imagery from ELI
- Update default preset

20.2.1:

- Fix avoid potential TTLE in ReviewAndUpload modal
Expand Down
2 changes: 1 addition & 1 deletion src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="auto"
android:versionCode="3002"
android:versionCode="3003"
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.2.1.0</string>
<string translatable="false" name="app_name_version">Vespucci 20.2.1</string>
<string translatable="false" name="app_version">20.2.2.0</string>
<string translatable="false" name="app_name_version">Vespucci 20.2.2</string>
</resources>

0 comments on commit 246d97d

Please sign in to comment.