Bump version to 2.2.3
Signed-off-by: Jonas Kalderstam <jonas@kalderstam.se>
This commit is contained in:
parent
4a2001ef57
commit
50d2feddfa
|
|
@ -68,7 +68,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile 'com.nononsenseapps:filepicker:2.2.2'
|
||||
compile 'com.nononsenseapps:filepicker:2.2.3'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Project-wide Gradle settings.
|
||||
|
||||
VERSION_NAME=2.2.2
|
||||
VERSION_CODE=19
|
||||
VERSION_NAME=2.2.3
|
||||
VERSION_CODE=20
|
||||
GROUP=com.nononsenseapps
|
||||
|
||||
PROJECT_NAME=com.nononsenseapps:filepicker
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
# 2.2.3
|
||||
- Do not override existing arguments in AbstractFilePickerFragment. Allows you
|
||||
to set custom arguments easily for your implementations.
|
||||
|
||||
# 2.2.2
|
||||
- Ensure toasts don't get queued up.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue