diff --git a/gradle.properties b/gradle.properties index 1108d37..5d2535d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/release-notes.md b/release-notes.md index 430d05d..1cebfe0 100644 --- a/release-notes.md +++ b/release-notes.md @@ -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.