refactoring android tests to match refactoring of package names

moving some nip96 stuff to quartz
This commit is contained in:
Vitor Pamplona
2025-01-13 10:50:52 -05:00
parent 103210ade4
commit d66e8d4cde
257 changed files with 965 additions and 891 deletions

View File

@@ -21,7 +21,7 @@
package com.vitorpamplona.amethyst.commons.data
import com.vitorpamplona.quartz.nip01Core.HexKey
import com.vitorpamplona.quartz.nip01Core.addressables.AddressableEvent
import com.vitorpamplona.quartz.nip01Core.core.AddressableEvent
import com.vitorpamplona.quartz.nip01Core.core.Event
import com.vitorpamplona.quartz.nip09Deletions.DeletionEvent

View File

@@ -85,8 +85,8 @@ import com.vitorpamplona.amethyst.commons.robohash.parts.mouth6Cell
import com.vitorpamplona.amethyst.commons.robohash.parts.mouth7Happy
import com.vitorpamplona.amethyst.commons.robohash.parts.mouth8Buttons
import com.vitorpamplona.amethyst.commons.robohash.parts.mouth9Closed
import com.vitorpamplona.quartz.crypto.CryptoUtils
import com.vitorpamplona.quartz.crypto.Hex
import com.vitorpamplona.quartz.CryptoUtils
import com.vitorpamplona.quartz.utils.Hex
val Black = SolidColor(Color.Black)
val Gray = SolidColor(Color(0xFF6d6e70))