Update Gradle, AGP & Kotlin

This commit is contained in:
2022-08-17 05:36:37 -05:00
parent d4d818a085
commit f082842fbe
4 changed files with 5 additions and 3 deletions

View File

@@ -53,6 +53,7 @@ object ListHabitsSteps {
clickViewWithId(R.id.action_filter)
CommonSteps.clickText(R.string.hide_completed)
}
else -> throw RuntimeException()
}
device.waitForIdle()
}