Updates skills (2026-07-06 08:06)

This commit is contained in:
android-devrel-github-bot
2026-07-06 08:06:29 +00:00
parent 07302ca15e
commit 79bee216c4
43 changed files with 3457 additions and 364 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ description: Analyze and create a testing strategy for native Android apps - ins
license: Complete terms in LICENSE.txt
metadata:
author: Google LLC
last-updated: '2026-06-02'
last-updated: '2026-06-25'
keywords:
- android
- testing
@@ -21,7 +21,7 @@ can't call `setContent` on a rule created with `createAndroidComposeRule()` if
the activity already calls it.
A common pattern to achieve this is to create an `AndroidComposeTestRule` using
an empty activity such as [`ComponentActivity`](https://developer.android.com/reference/androidx/activity/ComponentActivity)).
an empty activity such as [`ComponentActivity`](https://developer.android.com/reference/androidx/activity/ComponentActivity).
class MyComposeTest {