Skip to content

Commit

Permalink
[feature][SDK-88] Update pushwoosh dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wfhm committed Jun 9, 2023
1 parent b1e38d3 commit 68cd66e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions PluginSource/Android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ ext {
global_minSdk = 16
global_targetSdk = 29
global_buildToolsSdk = "27.0.1"
global_versionName = "6.1.8"
pushwoosh = "6.6.0"
global_versionName = "6.1.9"
pushwoosh = "6.6.12"
}
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@

<dependencies>
<androidPackages>
<androidPackage spec="com.pushwoosh:pushwoosh:6.6.10"/>
<androidPackage spec="com.pushwoosh:pushwoosh-firebase:6.6.10"/>
<androidPackage spec="com.pushwoosh:pushwoosh-amazon:6.6.10"/>
<androidPackage spec="com.pushwoosh:pushwoosh-badge:6.6.10"/>
<androidPackage spec="com.pushwoosh:pushwoosh:6.6.12"/>
<androidPackage spec="com.pushwoosh:pushwoosh-firebase:6.6.12"/>
<androidPackage spec="com.pushwoosh:pushwoosh-amazon:6.6.12"/>
<androidPackage spec="com.pushwoosh:pushwoosh-badge:6.6.12"/>

<androidPackage spec="com.google.firebase:firebase-messaging:19.0.0"/>
<!-- <androidPackage spec="com.pushwoosh:pushwoosh-location:6.6.10"/>-->
<!-- <androidPackage spec="com.pushwoosh:pushwoosh-location:6.6.12"/>-->
</androidPackages>

<iosPods>
<iosPod name="Pushwoosh" version="6.4.12"/>
<iosPod name="Pushwoosh" version="6.4.13"/>
<!-- <iosPod name="Pushwoosh/Geozones"/> -->
</iosPods>
</dependencies>
Expand Down

0 comments on commit 68cd66e

Please sign in to comment.