Bump version
This commit is contained in:
parent
e73f636374
commit
eb847de1b9
|
|
@ -68,7 +68,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile 'com.nononsenseapps:filepicker:2.4.1'
|
||||
compile 'com.nononsenseapps:filepicker:2.4.2'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -36,4 +36,3 @@ POM_DEVELOPER_NAME=Jonas Kalderstam
|
|||
POM_DEVELOPER_EMAIL=jonas@kalderstam.se
|
||||
|
||||
POM_URL_ISSUES=https://github.com/spacecowboy/NoNonsense-FilePicker/issues
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
# 2.4.2
|
||||
- Lower minimum SDK version to 9
|
||||
|
||||
# 2.4.1
|
||||
- Update build-tools and support libraries to latest versions.
|
||||
|
||||
|
|
@ -5,7 +8,7 @@
|
|||
- 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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue