Bump versions

This commit is contained in:
Jonas Kalderstam 2015-09-14 23:56:09 +02:00
parent 87117ead1b
commit 7bf9d3ab10
2 changed files with 5 additions and 2 deletions

View File

@ -17,8 +17,8 @@
# Project-wide Gradle settings.
VERSION_NAME=2.4.0
VERSION_CODE=23
VERSION_NAME=2.4.1
VERSION_CODE=24
GROUP=com.nononsenseapps
PROJECT_NAME=com.nononsenseapps:filepicker

View File

@ -1,3 +1,6 @@
# 2.4.1
- Update build-tools and support libraries to latest versions.
# 2.4.0
- Added additional methods in AbstractFilePickerFragment to allow more
customized behavior. All methods have default behavior, but can be augmented