Skip to content

Commit

Permalink
fix(android): adjust gradle project identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Sneed committed Mar 19, 2020
1 parent 1ff6452 commit 6795a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/template/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repositories {


dependencies {
api project(":@segment_analytics-react-native")
api project(":@segment/analytics-react-native")
api('{{{dependency}}}') {
transitive = true
}
Expand Down

0 comments on commit 6795a6a

Please sign in to comment.