Skip to content

Commit

Permalink
Move compose package (#476)
Browse files Browse the repository at this point in the history
* Move package to adevinta

* More packagemoves
  • Loading branch information
alorma authored Dec 4, 2022
1 parent d15cadf commit 939ce90
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package com.alorma.barista_compose.assertion
package com.adevinta.android.barista.compose.assertion

import androidx.compose.ui.res.stringResource
import androidx.compose.ui.test.junit4.createComposeRule
import com.adevinta.android.barista.compose.R
import com.adevinta.android.barista.sample.TextComposable
import com.alorma.barista_compose.R
import org.junit.Rule
import org.junit.Test

Expand Down
2 changes: 1 addition & 1 deletion barista-compose/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.alorma.barista_compose"
package="com.adevinta.android.barista.compose"
>

</manifest>
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package com.alorma.barista_compose.assertion
package com.adevinta.android.barista.compose.assertion

import androidx.annotation.StringRes
import androidx.compose.ui.test.SemanticsNodeInteraction
import androidx.compose.ui.test.assertIsDisplayed
import androidx.compose.ui.test.junit4.ComposeTestRule
import androidx.compose.ui.test.onNodeWithText
import com.alorma.barista_compose.assertion.internal.resources
import com.adevinta.android.barista.compose.assertion.internal.resources

fun ComposeTestRule.assertDisplayed(
text: String,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.alorma.barista_compose.assertion.internal
package com.adevinta.android.barista.compose.assertion.internal

import androidx.compose.ui.test.junit4.AndroidComposeTestRule
import androidx.compose.ui.test.junit4.ComposeTestRule
Expand Down

0 comments on commit 939ce90

Please sign in to comment.