mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-06 14:32:39 +02:00
chore: remove unnecessary CryptoHandlerModule
This commit is contained in:
parent
6f514e456f
commit
f5bf45037a
|
@ -1,18 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
|
|
||||||
* SPDX-License-Identifier: GPL-3.0-only
|
|
||||||
*/
|
|
||||||
|
|
||||||
package app.passwordstore.injection.crypto
|
|
||||||
|
|
||||||
import app.passwordstore.crypto.PGPainlessCryptoHandler
|
|
||||||
import dagger.Module
|
|
||||||
import dagger.Provides
|
|
||||||
import dagger.hilt.InstallIn
|
|
||||||
import dagger.hilt.components.SingletonComponent
|
|
||||||
|
|
||||||
@Module
|
|
||||||
@InstallIn(SingletonComponent::class)
|
|
||||||
object CryptoHandlerModule {
|
|
||||||
@Provides fun providePgpCryptoHandler() = PGPainlessCryptoHandler()
|
|
||||||
}
|
|
Loading…
Reference in a new issue