Skip to content

Commit 0c49b12

Browse files
karlenDimlaaitorvs
authored andcommitted
use internalImplementation for sync related modules (duckduckgo#2877)
<!-- Note: This checklist is a reminder of our shared engineering expectations. The items in Bold are required If your PR involves UI changes: 1. Upload screenshots or screencasts that illustrate the changes before / after 2. Add them under the UI changes section (feel free to add more columns if needed) 3. Make sure these changes are tested in API 23 and API 26 If your PR does not involve UI changes, you can remove the **UI changes** section --> Task/Issue URL: https://app.asana.com/0/488551667048375/1204020855860985/f ### Description This configures sync related modules to be built for internal flavor only. ### Steps to test this PR _Build internal_ - [ ] smoke test sync
1 parent 9a11272 commit 0c49b12

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,10 @@ dependencies {
247247
implementation project(':element-hiding-impl')
248248
implementation project(':element-hiding-store')
249249

250-
implementation project(':sync-api')
251-
implementation project(':sync-impl')
252-
implementation project(':sync-store')
253-
implementation project(':sync-lib')
250+
internalImplementation project(':sync-api')
251+
internalImplementation project(':sync-impl')
252+
internalImplementation project(':sync-store')
253+
internalImplementation project(':sync-lib')
254254

255255
implementation project(':request-filterer-api')
256256
implementation project(':request-filterer-impl')

0 commit comments

Comments
 (0)