Skip to content

Commit

Permalink
gradle: Version 2.1.0
Browse files Browse the repository at this point in the history
* 1. @asuka-mio Support launch FilePicker on any Context
* 2. @asuka-mio Support `awaitPickerOnce`
* 3. @asuka-mio Support predictive back
* 4. Implement custom traverse backend
* 5. Update dependencies and AGP
* 6. New UI for permissions page and selections page
* 7. Fixed known issues
* 8. Expose static launch() and awaitPickerOnce()

Change-Id: I175182804dc84b8468bbef1b2debfc0d9bb30a8c
  • Loading branch information
XayahSuSuSu committed Jan 2, 2024
1 parent 848ff52 commit 9aeae24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
compileSdk = "34"
minSdk = "26"
targetSdk = "34"
versionCode = "4"
versionName = "2.0.3"
versionCode = "5"
versionName = "2.1.0"
compose-compiler = "1.4.3"

# libraries
Expand Down

0 comments on commit 9aeae24

Please sign in to comment.