mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 18:05:36 +03:00
Ignore Instantiatable
class warning
This commit is contained in:
parent
e19647f6ca
commit
8c884f45fb
1 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools">
|
||||
|
||||
<application>
|
||||
|
||||
|
@ -8,8 +9,10 @@
|
|||
android:name="firebase_analytics_collection_deactivated"
|
||||
android:value="true" />
|
||||
|
||||
<!-- Add tools:ignore="Instantiatable" for the error reported only by the CI :/ -->
|
||||
<service android:name="im.vector.app.push.fcm.VectorFirebaseMessagingService"
|
||||
android:exported="false" >
|
||||
android:exported="false"
|
||||
tools:ignore="Instantiatable">
|
||||
<intent-filter>
|
||||
<action android:name="com.google.firebase.MESSAGING_EVENT" />
|
||||
</intent-filter>
|
||||
|
|
Loading…
Reference in a new issue