Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the module names for audiorecorder, audioclips and formstest #5995

Merged
merged 4 commits into from
Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .circleci/test_modules.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
shared
formstest
forms-test
androidshared
async
strings
audioclips
audiorecorder
audio-clips
audio-recorder
projects
location
geo
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions collect_app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,9 @@ dependencies {
implementation project(':material')
implementation project(':async')
implementation project(':analytics')
implementation project(':audioclips')
implementation project(':audio-clips')
implementation project(':forms')
implementation project(':audiorecorder')
implementation project(':audio-recorder')
implementation project(':projects')
implementation project(':location')
implementation project(':geo')
Expand Down Expand Up @@ -341,7 +341,7 @@ dependencies {

implementation Dependencies.splashscreen

testImplementation project(':formstest')
testImplementation project(':forms-test')

// Testing-only dependencies
testImplementation Dependencies.junit
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
include ':projects'
include ':formstest'
include ':forms-test'
include ':shared'
include ':forms'
include ':analytics'
include ':androidshared'
include ':audiorecorder'
include ':audio-recorder'
include ':test-shared'
include ':audioclips'
include ':audio-clips'
include ':strings'
include ':async'
include ':collect_app'
Expand Down