We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fc277e commit 6c85791Copy full SHA for 6c85791
lib/build.gradle
@@ -69,7 +69,7 @@ dependencies {
69
implementation 'androidx.recyclerview:recyclerview:1.2.1'
70
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
71
implementation 'com.google.android.material:material:1.4.0'
72
- implementation 'com.google.code.gson:gson:2.8.7'
+ implementation 'com.google.code.gson:gson:2.8.9'
73
implementation 'com.squareup:otto:1.3.8'
74
api 'com.auth0.android:auth0:2.5.0'
75
testImplementation 'junit:junit:4.13.2'
@@ -81,4 +81,4 @@ dependencies {
81
testImplementation 'com.squareup.okhttp3:okhttp-tls:4.9.0'
82
testImplementation 'com.jayway.awaitility:awaitility:1.7.0'
83
testImplementation 'androidx.test.espresso:espresso-intents:3.4.0'
84
-}
+}
0 commit comments