Skip to content

Commit

Permalink
Release 6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wfhm committed Dec 24, 2024
1 parent 7041fbf commit 1f75cf5
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion PluginSource/Android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ allprojects {
ext {
global_minSdk = 21
global_targetSdk = 34
global_versionName = "6.2.0"
global_versionName = "6.2.2"
pushwoosh = "6.7.10"
}
Binary file removed Pushwoosh-6.2.1.unitypackage
Binary file not shown.
Binary file added Pushwoosh-6.2.2.unitypackage
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
</activity>

</application>
</manifest>
</manifest>
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@

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

<androidPackage spec="com.google.firebase:firebase-messaging:24.1.0"/>
<!-- <androidPackage spec="com.pushwoosh:pushwoosh-location:6.7.10"/>-->
<!-- <androidPackage spec="com.pushwoosh:pushwoosh-location:6.7.16"/>-->
</androidPackages>

<iosPods>
<iosPod name="PushwooshXCFramework" version="6.7.9" addToAllTargets="true"/>
<iosPod name="PushwooshXCFramework" version="6.7.11" addToAllTargets="true"/>
<!-- <iosPod name="PushwooshXCFramework/Geozones"/> -->
</iosPods>
</dependencies>
Expand Down

0 comments on commit 1f75cf5

Please sign in to comment.