mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-27 04:04:55 +00:00
Implemented firebase and onesignal
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
|
||||
<application
|
||||
android:label="syncrow_app"
|
||||
android:name="${applicationName}"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
package com.example.syncrow_app
|
||||
package com.example.syncrow_application
|
||||
|
||||
import io.flutter.embedding.android.FlutterActivity
|
||||
|
||||
|
||||
Reference in New Issue
Block a user