Skip to content

v0.2.0

Choose a tag to compare

@ztlyyznf001 ztlyyznf001 released this 11 May 12:50
· 6 commits to main since this release

See CHANGELOG.md (中文版: CHANGELOG_zh.md) for full notes.

Breaking — Android plugin toolchain bump

Downstream Android hosts must be on AGP 8.7+ / Kotlin 2.0+ / JDK 17 / compileSdk 36. AGP 7 / JDK 11 hosts will fail to configure. See the ### Breaking section in CHANGELOG for details.

pub.dev status

Publish to pub.dev is deferred for this release. This tag and Release exist; pub.dev does not yet have argos 0.2.0. Users wanting 0.2.0 from pub.dev should consume it as a git dependency until the pub.dev publish lands:

```yaml
dependencies:
argos:
git:
url: https://github.com/ztlyyznf001/argos.git
ref: v0.2.0
```