Skip to content

Commit 7336142

Browse files
committed
Release 2.24.0
1 parent 5fd04e3 commit 7336142

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [2.24.0](https://github.com/auth0/Lock.Android/tree/2.24.0) (2020-11-05)
4+
[Full Changelog](https://github.com/auth0/Lock.Android/compare/2.23.0...2.24.0)
5+
6+
**Added**
7+
- Add custom tabs options to the available Lock settings [SDK-1974] [\#601](https://github.com/auth0/Lock.Android/pull/601) ([lbalmaceda](https://github.com/lbalmaceda))
8+
9+
**Fixed**
10+
- Bump SDK to fix NPE with Kotlin nullable annotations [\#598](https://github.com/auth0/Lock.Android/pull/598) ([lbalmaceda](https://github.com/lbalmaceda))
11+
312
## [2.23.0](https://github.com/auth0/Lock.Android/tree/2.23.0) (2020-09-14)
413
[Full Changelog](https://github.com/auth0/Lock.Android/compare/2.22.0...2.23.0)
514

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Android API Level 15+ is required in order to use Lock's UI.
3030
Lock is available both in [Maven Central](http://search.maven.org) and [JCenter](https://bintray.com/bintray/jcenter). To start using *Lock* add these lines to your `build.gradle` dependencies file:
3131

3232
```gradle
33-
implementation 'com.auth0.android:lock:2.23.0'
33+
implementation 'com.auth0.android:lock:2.24.0'
3434
```
3535

3636
#### Android SDK Versions Troubleshooting

0 commit comments

Comments
 (0)