Skip to content

Commit

Permalink
Prepare version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkil committed Dec 25, 2020
1 parent 80efc22 commit 092095d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Change Log
==========

## Version 1.2.1

_2020-12-25_

* Remove lazy accessors for fields. They are adding extra overhead in terms of memory and they are way too heavy for one threaded environment complex for Android world.
* Remove kotlin stdlib methods in onDraw. They are just adding extra allocations while trying to draw on Android canvas.
* Some code overall clean up.
* Migrate sample to AndroidX.
* Update dependencies for Kotlin and plugins.


## Version 1.2.0

_2018-02-14_
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Add the dependency

```groovy
dependencies {
compile 'com.github.jetradarmobile:android-snowfall:1.2.0'
compile 'com.github.jetradarmobile:android-snowfall:1.2.1'
}
```

Expand Down

0 comments on commit 092095d

Please sign in to comment.