Skip to content

Commit cd82a66

Browse files
author
Andrey
authored
Merge pull request #8 from bumble-tech/move-rx-package-to-interop
Rename interop and testing modules
2 parents 3697c2d + a6770b3 commit cd82a66

File tree

25 files changed

+11
-11
lines changed

25 files changed

+11
-11
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ dependencies {
5858
implementation libs.compose.ui.ui
5959
implementation libs.google.accompanist.flow
6060
implementation libs.google.material
61+
implementation project(':interop-rx2')
6162

62-
implementation project(':rx2')
6363
implementation libs.rxjava2
6464
implementation libs.rxrelay
6565

File renamed without changes.

interop/build.gradle renamed to interop-ribs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
apply from: '../gradle/publication.gradle'
77

88
android {
9-
namespace = 'com.bumble.appyx.interop'
9+
namespace = 'com.bumble.appyx.interop.ribs'
1010
compileSdk 32
1111

1212
defaultConfig {

interop/src/main/java/com/bumble/appyx/interop/ribs/InteropView.kt renamed to interop-ribs/src/main/java/com/bumble/appyx/interop/ribs/InteropView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ internal class InteropView private constructor(
4141
return if (activity is IntegrationPointAppyxProvider) {
4242
activity.integrationPointAppyx
4343
} else {
44-
throw IllegalStateException("Activity where InteropNode is used must implement IntegrationPointV2Provider")
44+
throw IllegalStateException("Activity where InteropNode is used must implement IntegrationPointAppyxProvider")
4545
}
4646
}
4747

File renamed without changes.

0 commit comments

Comments
 (0)