Skip to content

Commit ffe99ca

Browse files
committed
Revert "Fix spelling"
This reverts commit 954e9b1
1 parent 954e9b1 commit ffe99ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/main/kotlin/com/louiscad/splitties/MigrateAndroidxTask.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ internal object AndroidxMigrator {
111111

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

0 commit comments

Comments
 (0)