mirror of
https://github.com/selfxyz/self.git
synced 2026-02-19 02:24:25 -05:00
Merge pull request #1698 from selfxyz/release/staging-2026-02-04
Debug Android Release v2.9.13 - 2026-02-04
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
<uses-permission android:name="android.permission.VIBRATE"/>
|
||||
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
|
||||
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC" />
|
||||
|
||||
<application
|
||||
android:name=".MainApplication"
|
||||
@@ -72,6 +74,7 @@
|
||||
|
||||
<service
|
||||
android:name="com.google.firebase.messaging.FirebaseMessagingService"
|
||||
android:foregroundServiceType="dataSync"
|
||||
android:exported="false">
|
||||
<intent-filter>
|
||||
<action android:name="com.google.firebase.MESSAGING_EVENT" />
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"ios": {
|
||||
"build": 209,
|
||||
"lastDeployed": "2026-02-04T06:29:35.956Z"
|
||||
"build": 210,
|
||||
"lastDeployed": "2026-02-04T08:27:35.956Z"
|
||||
},
|
||||
"android": {
|
||||
"build": 139,
|
||||
|
||||
Reference in New Issue
Block a user