Skip to content

Commit

Permalink
Revert "Fix spelling"
Browse files Browse the repository at this point in the history
This reverts commit 954e9b1
  • Loading branch information
LouisCAD committed Oct 24, 2019
1 parent 954e9b1 commit ffe99ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ internal object AndroidxMigrator {

fun gradleSyntax(artifacts: List<String>, splitties: Map<String, String>): String {
if (artifacts.isEmpty()) {
return "$OK No Android support dependency need to be migrated"
return "$OK No Android support dependency needs to be migrated"
}
return artifacts.joinToString("\n", prefix = "\n", postfix = "\n") { artifact ->
val configuration = if (artifact.contains("test")) "androidTestImplementation" else "implementation"
Expand Down

0 comments on commit ffe99ca

Please sign in to comment.