Poko icon indicating copy to clipboard operation
Poko copied to clipboard

Automatically update Compose & AGP version whenever new ones are released

Open drewhamilton opened this issue 3 years ago • 1 comments

Whenever a new version of Jetpack Compose and/or the AGP version it works with is released, there's a chance the compiler gets more strict about some IR bytecode that Poko is using an outdated API for. This has happened twice so far. We now have tests for this, but we'll need to bump the Compose and/or AGP versions manually whenever they are released. It would be nice to have a pipeline/bot do this and open a PR automatically.

drewhamilton avatar Mar 27 '21 18:03 drewhamilton

Looks like this could be done with Dependabot if dependabot/dependabot-core#3121 is implemented

drewhamilton avatar May 05 '21 15:05 drewhamilton