Skip to content

Commit

Permalink
Correct Android SDK compatibility statement in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 17, 2022
1 parent af41fe5 commit 8108879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
<!-- 16-Nov-2022, tatu: [core#838] Verify Android SDK compatibility.
Baseline compatibility:
* Jackson 2.13 compatible with Android SDK 19 and up
* Jackson 2.14 compatible with Android SDK 19 and up
* Jackson 2.14 compatible with Android SDK 26 and up
-->
<version.android.sdk>19</version.android.sdk>
<version.android.sdk>26</version.android.sdk>
<version.android.sdk.signature>0.5.0</version.android.sdk.signature>

<osgi.export>com.fasterxml.jackson.core;version=${project.version},
Expand Down

0 comments on commit 8108879

Please sign in to comment.