Skip to content

Commit 56dff68

Browse files
committed
Merge branch 'release-2.6'
2 parents dd5eeb6 + 95e0379 commit 56dff68

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Source/Fuse.PushNotifications/Android/Impl.cpp.uxl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<Require AndroidManifest.ApplicationElement><![CDATA[
99

10-
<service android:name="com.fuse.PushNotifications.PushNotificationReceiver">
10+
<service android:name="com.fuse.PushNotifications.PushNotificationReceiver" android:exported="true">
1111
<intent-filter>
1212
<action android:name="com.google.firebase.MESSAGING_EVENT"/>
1313
</intent-filter>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuse-open/fuselibs",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"description": "Fuselibs is a collection of Uno libraries that provide the UI framework used to build Fuse apps.",
55
"devDependencies": {
66
"@fuse-open/uno": "^2.6.0"

0 commit comments

Comments
 (0)