Skip to content

Commit 316552d

Browse files
authored
Merge pull request #636 from auth0/bump-sdk-v
update dependencies and sdk
2 parents 049f550 + ea343a9 commit 316552d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.0.1'
48+
implementation 'com.auth0.android:lock:3.1.0'
4949
```
5050

5151
## Usage

lib/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ android {
6565
}
6666

6767
dependencies {
68-
implementation 'androidx.appcompat:appcompat:1.3.0'
68+
implementation 'androidx.appcompat:appcompat:1.3.1'
6969
implementation 'androidx.recyclerview:recyclerview:1.2.1'
7070
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
7171
implementation 'com.google.android.material:material:1.4.0'
72-
implementation 'com.google.code.gson:gson:2.8.6'
72+
implementation 'com.google.code.gson:gson:2.8.7'
7373
implementation 'com.squareup:otto:1.3.8'
74-
api 'com.auth0.android:auth0:2.4.0'
74+
api 'com.auth0.android:auth0:2.5.0'
7575
testImplementation 'junit:junit:4.13.2'
7676
testImplementation 'org.hamcrest:hamcrest-library:2.2'
7777
testImplementation 'org.robolectric:robolectric:4.4'

0 commit comments

Comments
 (0)