Skip to content

Commit

Permalink
Merge pull request getodk#5875 from grzesiek2010/externalapp
Browse files Browse the repository at this point in the history
Fixed the externalapp module name
  • Loading branch information
grzesiek2010 authored Jan 9, 2024
2 parents 6addf71 + b2ef113 commit f392405
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion collect_app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ dependencies {
implementation(project(':settings')) {
exclude group: 'joda-time'
}
implementation project(':externalapp')
implementation project(':external-app')
implementation project(':maps')
implementation project(':osmdroid')
implementation project(':entities')
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion geo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
implementation(project(":strings"))
implementation(project(":location"))
implementation(project(":androidshared"))
implementation(project(":externalapp"))
implementation(project(":external-app"))
implementation(project(":async"))
implementation(project(":analytics"))
implementation(project(":permissions"))
Expand Down
2 changes: 1 addition & 1 deletion selfie-camera/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation(project(":androidshared"))
implementation(project(":strings"))
implementation(project(":permissions"))
implementation(project(":externalapp"))
implementation(project(":external-app"))
implementation(project(":analytics"))

implementation(Dependencies.camerax_core)
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include ':fragmentstest'
include ':location'
include ':geo'
include ':errors'
include ':externalapp'
include ':external-app'
include ':upgrade'
include ':permissions'
include ':image-loader'
Expand Down

0 comments on commit f392405

Please sign in to comment.