Skip to content

Commit

Permalink
Added missing implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek2010 committed Jul 11, 2023
1 parent ac03343 commit 272f784
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions crash-handler/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ android {

dependencies {
implementation(project(":androidshared"))
implementation(project(":strings"))
implementation(Dependencies.android_material)
testImplementation(Dependencies.junit)
testImplementation(Dependencies.hamcrest)
Expand Down
1 change: 1 addition & 0 deletions mapbox/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ dependencies {
implementation project(':maps')
implementation project(':settings')
implementation project(':shared')
implementation project(':strings')

implementation Dependencies.play_services_location
implementation Dependencies.androidx_preference_ktx
Expand Down
1 change: 1 addition & 0 deletions material/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ dependencies {
implementation Dependencies.androidx_fragment_ktx
implementation Dependencies.kotlin_stdlib
implementation project(':androidshared')
implementation project(':strings')

debugImplementation project(':fragmentstest')

Expand Down
1 change: 1 addition & 0 deletions osmdroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ dependencies {
implementation project(':maps')
implementation project(':location')
implementation project(':settings')
implementation project(':strings')

implementation Dependencies.osmdroid
implementation Dependencies.androidx_fragment_ktx
Expand Down

0 comments on commit 272f784

Please sign in to comment.