Ignore `Instantiatable` class warning

This commit is contained in:
Benoit Marty 2022-09-09 16:50:55 +02:00
parent e19647f6ca
commit 8c884f45fb
1 changed files with 5 additions and 2 deletions

View File

@ -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>