From 12b95137e0f70c52696f80ac2526f4dfc93ef2e5 Mon Sep 17 00:00:00 2001 From: Jonas Kalderstam Date: Tue, 18 Aug 2015 18:10:13 +0200 Subject: [PATCH] Bump version. --- gradle.properties | 24 +++++++++++++++++++----- release-notes.md | 5 +++++ 2 files changed, 24 insertions(+), 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index 3f364a9..1108d37 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 . +# + # 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 diff --git a/release-notes.md b/release-notes.md index a593b21..430d05d 100644 --- a/release-notes.md +++ b/release-notes.md @@ -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.