Skip to content

Commit

Permalink
plugin: bump batch to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-roland committed Jan 10, 2024
1 parent 5713e53 commit 4a6dfff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<platform name="android">

<preference name="BATCHSDK_ANDROID_VERSION" default="1.20.+"/>
<preference name="BATCHSDK_ANDROID_VERSION" default="1.21.+"/>

<!-- This should be 1.0.0 forever, we leave it configurable just in case another version needs to be used in an app -->
<preference name="BATCHSDK_ANDROID_LOCALBROADCAST_VERSION" default="1.0.0"/>
Expand Down Expand Up @@ -78,7 +78,7 @@

<platform name="ios">

<preference name="BATCHSDK_IOS_VERSION" default="~> 1.20"/>
<preference name="BATCHSDK_IOS_VERSION" default="~> 1.21"/>

<config-file target="config.xml" parent="/*">
<feature name="Batch">
Expand Down

0 comments on commit 4a6dfff

Please sign in to comment.