bump release
This commit is contained in:
parent
14e1c586d8
commit
c64bbc5fef
|
|
@ -17,8 +17,8 @@
|
|||
|
||||
# Project-wide Gradle settings.
|
||||
|
||||
VERSION_NAME=2.3.0
|
||||
VERSION_CODE=21
|
||||
VERSION_NAME=2.3.1
|
||||
VERSION_CODE=22
|
||||
GROUP=com.nononsenseapps
|
||||
|
||||
PROJECT_NAME=com.nononsenseapps:filepicker
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
# 2.3.1
|
||||
- Library should work correctly with non-touch controls like directional pads
|
||||
or keyboards.
|
||||
|
||||
# 2.3.0
|
||||
- Added methods to handle runtime permissions in Android M.
|
||||
- FilePicker requests and handles SD-card permission at runtime in Android M.
|
||||
|
|
|
|||
Loading…
Reference in New Issue