Commit 1fd8adb
chore(deps): Bump androidx.appfunctions to 1.0.0-alpha11 (#113)
* chore(deps): Bump androidx.appfunctions to 1.0.0-alpha11
Bump `appfunctions` and `appfunctions-compiler` from 1.0.0-alpha10 to
1.0.0-alpha11 (released 2026-08-26). Keep `appfunctions-service` pinned
at alpha09 — alpha11 omits this artifact from its release entirely,
which may indicate it is being deprecated or merged.
Notable alpha11 changes (no generated-code impact):
- `AppFunctionState` / `AppFunctionManager#getAppFunctionStates` replaces
deprecated `AppFunctionMetadata#isEnabled`
- `AppFunctionManager#getAppFunctionActivityStates` added
- `ExtensionsAppFunctionService` added for sidecar support
- `@AppFunctionSignature` experimental public API added
- `observeAppFunctions` updated to match platform API
- Bug fix: missing runtime metadata crash during OOBE
Package paths for `@AppFunction`, `@AppFunctionSerializable`, and
`AppFunctionContext` are unchanged; KotlinGenerator needs no update.
Also updates CLAUDE.md to document the alpha11 appfunctions-service
absence and recency of the Kotlin-version-pin table baseline.
* docs: Update docs/usage.md and CLAUDE.md for appfunctions alpha11
- docs/usage.md: bump appfunctions/appfunctions-compiler version
references from alpha10 to alpha11; update KSP snippet from 2.3.9
to 2.3.11 (actual version in settings.gradle.kts); refresh
appfunctions-service comment to reflect it is absent from alpha11
- CLAUDE.md: fix Kotlin compatibility note KSP version from 2.3.9
to 2.3.11 to match the example app's declared toolchain
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 0c2b95a commit 1fd8adb
3 files changed
Lines changed: 16 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
| 274 | + | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
| 277 | + | |
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
| 294 | + | |
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
53 | 54 | | |
54 | | - | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments