blendthink/Android Diff
A GitHub Action that outputs Android diff.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base-apk-path | Path to base apk. This is the app before changes | yes | base.apk |
| target-apk-path | Path to target apk. This is the app after changes | yes | target.apk |
Outputs
| name | description |
|---|---|
| diff | Android diff. |
| size-detail | Android size detail. |