disable deprecation warning for android auto
This commit is contained in:
parent
52eecd75ca
commit
a025fc8ece
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue