-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved Builder, SimpleBuilder, Interactor to separate module
- Loading branch information
Aashay Gaikwad
committed
Feb 9, 2024
1 parent
f05f56f
commit f9770f8
Showing
6 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
plugins { | ||
id("com.bumble.appyx.android.library") | ||
id("appyx-publish-android") | ||
} | ||
|
||
publishingPlugin { | ||
artifactId = "utils-ribs-helpers" | ||
} | ||
|
||
appyx { | ||
namespace.set("com.bumble.appyx.utils.ribs.helpers") | ||
} | ||
|
||
dependencies { | ||
api(project(":appyx-navigation:appyx-navigation")) | ||
api(project(":appyx-interactions:appyx-interactions")) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<issues format="6" by="lint 7.1.3" type="baseline" client="gradle" dependencies="false" name="AGP (7.1.3)" variant="all" version="7.1.3"> | ||
|
||
</issues> |
2 changes: 1 addition & 1 deletion
2
...umble/appyx/navigation/builder/Builder.kt → ...ppyx/utils/ribshelpers/builder/Builder.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...appyx/navigation/builder/SimpleBuilder.kt → ...tils/ribshelpers/builder/SimpleBuilder.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ion/clienthelper/interactor/Interactor.kt → ...tils/ribshelpers/interactor/Interactor.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters