File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ android {
45
45
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:
46
46
47
47
``` groovy
48
- implementation 'com.auth0.android:lock:3.0.1 '
48
+ implementation 'com.auth0.android:lock:3.1.0 '
49
49
```
50
50
51
51
## Usage
Original file line number Diff line number Diff line change @@ -65,13 +65,13 @@ android {
65
65
}
66
66
67
67
dependencies {
68
- implementation ' androidx.appcompat:appcompat:1.3.0 '
68
+ implementation ' androidx.appcompat:appcompat:1.3.1 '
69
69
implementation ' androidx.recyclerview:recyclerview:1.2.1'
70
70
implementation ' androidx.legacy:legacy-support-v4:1.0.0'
71
71
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 '
73
73
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'
75
75
testImplementation ' junit:junit:4.13.2'
76
76
testImplementation ' org.hamcrest:hamcrest-library:2.2'
77
77
testImplementation ' org.robolectric:robolectric:4.4'
You can’t perform that action at this time.
0 commit comments