Skip to content

Commit

Permalink
[Release] V1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jainsahab committed Feb 23, 2020
1 parent 009669f commit 8f10795
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes

## Version 1.5.5 (February 23, 2020)
* Java -> Kotlin migration
* Fixed Manifest merge error because of conflicting FileProvider
* Fixed random crash while scrolling calls list

## Version 1.5.4 (June 6, 2019)
* Fixing #22
* Migrate support library to AndroidX
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ext {
buildscript {
ext.kotlin_version = '1.3.61'
ext {
snooperVersion = '1.5.5-SNAPSHOT'
snooperVersion = '1.5.5'

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

0 comments on commit 8f10795

Please sign in to comment.