Skip to content

Commit

Permalink
Merge pull request #5876 from seadowg/mapbox-dep
Browse files Browse the repository at this point in the history
Correct dependency declaration
  • Loading branch information
lognaturel committed Dec 16, 2023
2 parents d9ec6cc + c54e1f4 commit f05f57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapbox/build.gradle
Expand Up @@ -53,7 +53,7 @@ dependencies {
implementation Dependencies.timber
implementation Dependencies.androidx_startup

testImplementation project(':testshared')
testImplementation project(':test-shared')

testImplementation Dependencies.junit
testImplementation Dependencies.mockito_inline
Expand Down

0 comments on commit f05f57e

Please sign in to comment.