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

Commit

Permalink
Bump version to 2.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Kalderstam <[email protected]>
  • Loading branch information
spacecowboy committed Aug 3, 2015
1 parent 811f34d commit c19910d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.2'
compile 'com.nononsenseapps:filepicker:2.2.2'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Project-wide Gradle settings.

VERSION_NAME=2.2.1
VERSION_CODE=18
VERSION_NAME=2.2.2
VERSION_CODE=19
GROUP=com.nononsenseapps

PROJECT_NAME=com.nononsenseapps:filepicker
Expand Down
3 changes: 3 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2.2.2
- Ensure toasts don't get queued up.

# 2.2.1
- Removed superfluous tags from manifest to prevent merge conflicts.

Expand Down

0 comments on commit c19910d

Please sign in to comment.