Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
spacecowboy committed Sep 30, 2015
1 parent e73f636 commit eb847de
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ repositories {
}
dependencies {
compile 'com.nononsenseapps:filepicker:2.4.1'
compile 'com.nononsenseapps:filepicker:2.4.2'
}
```

Expand Down
5 changes: 2 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

# Project-wide Gradle settings.

VERSION_NAME=2.4.1
VERSION_CODE=24
VERSION_NAME=2.4.2
VERSION_CODE=25
GROUP=com.nononsenseapps

PROJECT_NAME=com.nononsenseapps:filepicker
Expand All @@ -36,4 +36,3 @@ POM_DEVELOPER_NAME=Jonas Kalderstam
POM_DEVELOPER_EMAIL=[email protected]

POM_URL_ISSUES=https://github.com/spacecowboy/NoNonsense-FilePicker/issues

5 changes: 4 additions & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# 2.4.2
- Lower minimum SDK version to 9

# 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
by child classes.:

goUp, navigates to parent directory.
goToDir, navigates to specified directory.
onClickOK, handles ok button.
Expand Down

0 comments on commit eb847de

Please sign in to comment.