Skip to content
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #57 from jileshl/patch-1
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
artyomd authored May 9, 2019
2 parents a05fd98 + cf4b981 commit a360d45
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public void setForceExcludeGroups(List<String> forceExcludeGroups) {
this.forceExcludeGroups = forceExcludeGroups;
}

public void setDexLoaction(String dexLocation) {
public void setDexLocation(String dexLocation) {
this.dexLocation = dexLocation;
}

Expand Down Expand Up @@ -139,4 +139,4 @@ private List<String> getDexName(ResolvedArtifact artifact) {
}
return names;
}
}
}

0 comments on commit a360d45

Please sign in to comment.