Skip to content

Remove dangling consumerProguardFiles references from examples - #292

Draft
SalvatoreT wants to merge 1 commit into
mainfrom
salvatoret/remove-dangling-example-consumer-proguard-files
Draft

Remove dangling consumerProguardFiles references from examples#292
SalvatoreT wants to merge 1 commit into
mainfrom
salvatoret/remove-dangling-example-consumer-proguard-files

Conversation

@SalvatoreT

Copy link
Copy Markdown
Contributor

Changes

examples/custom-types, examples/todolist and examples/arithmetic-procmacro still declare consumerProguardFiles("proguard-rules.pro") in defaultConfig, but #140 deleted those proguard-rules.pro files when the UniFFI plugin took over generating the rules. The declarations have pointed at missing files ever since.

Testing

:examples:todolist:assembleRelease succeeds, and the resulting AAR's proguard.txt still carries the rules generated by the UniFFI plugin, so the removed line was contributing nothing.

Notes

Branched off main, independent of #291. Noticed while investigating that one, but unrelated to it.

Drafted with Claude Code and reviewed by me before opening.

## Changes

`examples/custom-types`, `examples/todolist` and `examples/arithmetic-procmacro`
still declare `consumerProguardFiles("proguard-rules.pro")` in `defaultConfig`,
but #140 deleted those `proguard-rules.pro` files when the UniFFI plugin took
over generating the rules. The declarations have pointed at missing files ever
since.

## Testing

`:examples:todolist:assembleRelease` succeeds, and the resulting AAR's
`proguard.txt` still carries the rules generated by the UniFFI plugin, so the
removed line was contributing nothing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant