Skip to content

Commit a6770b3

Browse files
committed
Fix name spacing
1 parent 18dbc00 commit a6770b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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-rx2/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.rx2'
9+
namespace = 'com.bumble.appyx.interop.rx2'
1010
compileSdk 32
1111

1212
defaultConfig {

testing-ui/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.testing'
9+
namespace 'com.bumble.appyx.testing.ui'
1010
compileSdk 32
1111

1212
defaultConfig {

0 commit comments

Comments
 (0)