Skip to content

Commit ceb2387

Browse files
committed
Release 3.2.0
1 parent 316552d commit ceb2387

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [3.2.0](https://github.com/auth0/Lock.Android/tree/3.2.0) (2021-10-11)
4+
[Full Changelog](https://github.com/auth0/Lock.Android/compare/3.1.0...3.2.0)
5+
6+
**Changed**
7+
- update dependencies and sdk [\#636](https://github.com/auth0/Lock.Android/pull/636) ([lbalmaceda](https://github.com/lbalmaceda))
8+
39
## [3.1.0](https://github.com/auth0/Lock.Android/tree/3.1.0) (2021-07-20)
410
[Full Changelog](https://github.com/auth0/Lock.Android/compare/3.0.0...3.1.0)
511

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ android {
4545
Lock 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.1.0'
48+
implementation 'com.auth0.android:lock:3.2.0'
4949
```
5050

5151
## Usage

0 commit comments

Comments
 (0)