Bump version.

This commit is contained in:
Jonas Kalderstam 2015-08-18 18:10:13 +02:00
parent e26b6fcee6
commit 12b95137e0
2 changed files with 24 additions and 5 deletions

View File

@ -1,7 +1,24 @@
#
# Copyright (c) 2015 Jonas Kalderstam
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Project-wide Gradle settings.
VERSION_NAME=2.2.3
VERSION_CODE=20
VERSION_NAME=2.3.0
VERSION_CODE=21
GROUP=com.nononsenseapps
PROJECT_NAME=com.nononsenseapps:filepicker
@ -20,6 +37,3 @@ POM_DEVELOPER_EMAIL=jonas@kalderstam.se
POM_URL_ISSUES=https://github.com/spacecowboy/NoNonsense-FilePicker/issues
#ANDROID_BUILD_TARGET_SDK_VERSION=22
#ANDROID_BUILD_TOOLS_VERSION=22.0.1
#ANDROID_BUILD_SDK_VERSION=22

View File

@ -1,3 +1,8 @@
# 2.3.0
- Added methods to handle runtime permissions in Android M.
- FilePicker requests and handles SD-card permission at runtime in Android M.
- Target latest Android SDK version.
# 2.2.3
- Do not override existing arguments in AbstractFilePickerFragment. Allows you
to set custom arguments easily for your implementations.