File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 3.0.1] ( https://github.com/auth0/Lock.Android/tree/3.0.1 ) (2021-05-27)
4+ [ Full Changelog] ( https://github.com/auth0/Lock.Android/compare/3.0.0...3.0.1 )
5+
6+ ** Fixed**
7+ - Trim username and email input to avoid NPE [ \# 628] ( https://github.com/auth0/Lock.Android/pull/628 ) ([ lbalmaceda] ( https://github.com/lbalmaceda ) )
8+
39## [ 3.0.0] ( https://github.com/auth0/Lock.Android/tree/3.0.0 ) (2021-05-04)
410[ Full Changelog] ( https://github.com/auth0/Lock.Android/compare/2.23.0...3.0.0 )
511** Closed issues**
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ android {
4545Lock is available in [ Maven Central] ( http://search.maven.org ) . To start using * Lock* add this line to the dependencies of your ` build.gradle ` file:
4646
4747``` groovy
48- implementation 'com.auth0.android:lock:3.0.0 '
48+ implementation 'com.auth0.android:lock:3.0.1 '
4949```
5050
5151## Usage
You can’t perform that action at this time.
0 commit comments