Skip to content

Commit

Permalink
[Release] V1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jainsahab committed Jun 6, 2019
1 parent 1f7f9eb commit 344c00e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## Version 1.5.4 (June 6, 2019)
* Fixing #22
* Migrate support library to AndroidX

## Version 1.5.3 (March 16, 2019)
* Fixing #21
* Update gradle and Android dependencies
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ext {

buildscript {
ext {
snooperVersion = '1.5.4-SNAPSHOT'
snooperVersion = '1.5.4'

// deployment properties
NEXUS_USERNAME = System.getenv("NEXUS_USERNAME")
Expand Down

0 comments on commit 344c00e

Please sign in to comment.