disable deprecation warning for android auto

This commit is contained in:
Milos Kozak 2021-02-20 11:34:01 +01:00
parent 52eecd75ca
commit a025fc8ece

View file

@ -30,7 +30,7 @@ import io.reactivex.disposables.CompositeDisposable
import javax.inject.Inject
import javax.inject.Singleton
@Suppress("PrivatePropertyName")
@Suppress("PrivatePropertyName", "DEPRECATION")
@Singleton
class PersistentNotificationPlugin @Inject constructor(
injector: HasAndroidInjector,