Skip to content

Commit

Permalink
Fix reference to wallet.sdk.KeyManager
Browse files Browse the repository at this point in the history
  • Loading branch information
rschulman committed Sep 11, 2024
1 parent 5db2dd2 commit c3a10d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import android.util.Base64
import androidx.datastore.core.DataStore
import androidx.datastore.preferences.core.*
import androidx.datastore.preferences.preferencesDataStoreFile
import com.spruceid.wallet.sdk.KeyManager
import com.spruceid.mobile.sdk.KeyManager
import kotlinx.coroutines.flow.catch
import kotlinx.coroutines.flow.first
import kotlinx.coroutines.flow.map
Expand Down

0 comments on commit c3a10d5

Please sign in to comment.