Skip to content

Commit 000c21f

Browse files
authored
Merge pull request #926 from SimonMarquis/patch-1
Fix typo in `AndroidCompose.kt`
2 parents 7945a2b + eadcbe6 commit 000c21f

File tree

1 file changed

+1
-1
lines changed
  • build-logic/convention/src/main/kotlin/com/google/samples/apps/nowinandroid

1 file changed

+1
-1
lines changed

build-logic/convention/src/main/kotlin/com/google/samples/apps/nowinandroid/AndroidCompose.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ internal fun Project.configureAndroidCompose(
4141
val bom = libs.findLibrary("androidx-compose-bom").get()
4242
add("implementation", platform(bom))
4343
add("androidTestImplementation", platform(bom))
44-
// Add ComponentActivity to debug manfest
44+
// Add ComponentActivity to debug manifest
4545
add("debugImplementation", libs.findLibrary("androidx.compose.ui.testManifest").get())
4646
// Screenshot Tests on JVM
4747
add("testImplementation", libs.findLibrary("robolectric").get())

0 commit comments

Comments
 (0)