Skip to content

Commit

Permalink
Fix appservices dependencies substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
eoger authored and grigoryk committed Mar 27, 2019
1 parent b9dc573 commit 8918b6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions settings.gradle
Expand Up @@ -21,9 +21,9 @@ if (localProperties != null) {

includeBuild(appServicesLocalPath) {
dependencySubstitution {
substitute module('org.mozilla.fxaclient:fxaclient') with project(':fxa-client-library')
substitute module('org.mozilla.sync15:logins') with project(':logins-library')
substitute module('org.mozilla.places:places') with project(':places-library')
substitute module('org.mozilla.appservices:fxaclient') with project(':fxa-client-library')
substitute module('org.mozilla.appservices:logins') with project(':logins-library')
substitute module('org.mozilla.appservices:places') with project(':places-library')
substitute module('org.mozilla.appservices:rustlog') with project(':rustlog-library')
}
}
Expand Down

0 comments on commit 8918b6f

Please sign in to comment.