bump release

This commit is contained in:
Jonas Kalderstam 2015-08-20 22:40:55 +02:00
parent 14e1c586d8
commit c64bbc5fef
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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.