We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82bc7dd commit 86d4695Copy full SHA for 86d4695
app/build.gradle
@@ -32,7 +32,7 @@ android {
32
33
dependencies {
34
implementation fileTree(dir: 'libs', include: '*.jar')
35
- implementation 'com.codepath.libraries:android-oauth-handler:2.1.5'
+ implementation 'com.codepath.libraries:android-oauth-handler:2.2.0'
36
implementation 'commons-codec:commons-codec:1.10'
37
implementation 'androidx.appcompat:appcompat:1.0.2'
38
// Glide for remote image loading
0 commit comments