Skip to content

Commit

Permalink
[feature][SDK-140] Support Android 14
Browse files Browse the repository at this point in the history
  • Loading branch information
wfhm committed Sep 14, 2023
1 parent 749c92e commit 0f6cbb1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion build-extras-pushwoosh.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ repositories {

dependencies {
implementation 'com.google.firebase:firebase-core:(+,21.0.99]'
implementation 'com.google.firebase:firebase-messaging:(+,23.0.99]'
implementation 'com.google.firebase:firebase-messaging:(+,23.1.99]'
implementation 'androidx.databinding:viewbinding:8.1.1'
}
18 changes: 9 additions & 9 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<platform name="android">
<config-file target="config.xml" parent="/*">
<preference name="GradlePluginGoogleServicesEnabled" value="true" />
<preference name="GradlePluginGoogleServicesVersion" value="4.3.10" />
<preference name="GradlePluginGoogleServicesVersion" value="4.3.15" />
</config-file>

<config-file target="AndroidManifest.xml" parent="/manifest/application">
Expand Down Expand Up @@ -77,13 +77,13 @@
<framework src="com.github.bumptech.glide:glide:4.10.0" />
<framework src="org.jetbrains.kotlin:kotlin-stdlib-jre7:1.1.60" />

<framework src="com.pushwoosh:pushwoosh:6.6.14"/>
<framework src="com.pushwoosh:pushwoosh-amazon:6.6.14"/>
<framework src="com.pushwoosh:pushwoosh-firebase:6.6.14"/>
<framework src="com.pushwoosh:pushwoosh-badge:6.6.14"/>
<framework src="com.pushwoosh:pushwoosh-inbox:6.6.14"/>
<framework src="com.pushwoosh:pushwoosh-inbox-ui:6.6.14"/>
<framework src="com.pushwoosh:pushwoosh-huawei:6.6.14"/>
<framework src="com.pushwoosh:pushwoosh:6.6.16"/>
<framework src="com.pushwoosh:pushwoosh-amazon:6.6.16"/>
<framework src="com.pushwoosh:pushwoosh-firebase:6.6.16"/>
<framework src="com.pushwoosh:pushwoosh-badge:6.6.16"/>
<framework src="com.pushwoosh:pushwoosh-inbox:6.6.16"/>
<framework src="com.pushwoosh:pushwoosh-inbox-ui:6.6.16"/>
<framework src="com.pushwoosh:pushwoosh-huawei:6.6.16"/>
</platform>

<!-- ios -->
Expand Down Expand Up @@ -125,7 +125,7 @@
<source url="https://github.com/CocoaPods/Specs.git"/>
</config>
<pods use-frameworks="true">
<pod name="PushwooshXCFramework" spec="6.4.5" />
<pod name="PushwooshXCFramework" spec="6.5.1" />
<pod name="PushwooshInboxUIXCFramework" spec="6.1.1" />
</pods>
</podspec>
Expand Down

0 comments on commit 0f6cbb1

Please sign in to comment.