Rename testtags module

This commit is contained in:
ganfra 2023-01-20 17:30:35 +01:00
parent 907d7eba75
commit 89ae06fe59
6 changed files with 10 additions and 9 deletions

View file

@ -19,5 +19,5 @@ plugins {
}
android {
namespace = "io.element.android.x.libraries.testtags"
namespace = "io.element.android.libraries.testtags"
}

View file

@ -14,13 +14,14 @@
* limitations under the License.
*/
package io.element.android.x.libraries.testtags
package io.element.android.libraries.testtags
import androidx.compose.ui.ExperimentalComposeUiApi
import androidx.compose.ui.Modifier
import androidx.compose.ui.semantics.semantics
import androidx.compose.ui.semantics.testTag
import androidx.compose.ui.semantics.testTagsAsResourceId
import io.element.android.libraries.testtags.TestTag
/**
* Add a testTag to a Modifier, to be used by external tool, like TrafficLight for instance.

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.element.android.x.libraries.testtags
package io.element.android.libraries.testtags
@JvmInline
value class TestTag internal constructor(val value: String)