Skip to content

Stable API for v3

Latest
Compare
Choose a tag to compare
@esafirm esafirm released this 11 Nov 00:43
· 6 commits to main since this release

Highlight

  • New API to run the image picker and get the result
val launcher = registerImagePicker { result: List<Image> ->
  result.forEach { image ->
    println(image)
  }
}    
  • Multiple bugfixes πŸ›
  • Android Q support πŸ€–
  • Updates on the tooling (AGP, KGP) πŸ““
  • More translations 🎏

Thanks to all the contributors that can make this happen!

What's Changed

New Contributors

Full Changelog: 2.4.2...3.0.0