Skip to content

Commit

Permalink
Merge pull request #5995 from grzesiek2010/modulenames
Browse files Browse the repository at this point in the history
Fixed the module names for audiorecorder, audioclips and formstest
  • Loading branch information
grzesiek2010 authored Mar 12, 2024
2 parents 61b1d01 + 24bda08 commit 6c6c19d
Show file tree
Hide file tree
Showing 50 changed files with 9 additions and 9 deletions.
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.
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 @@ -339,7 +339,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

0 comments on commit 6c6c19d

Please sign in to comment.