We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4aa459 commit e630e77Copy full SHA for e630e77
app/build.gradle
@@ -73,7 +73,7 @@ dependencies {
73
implementation 'com.github.PhilJay:MPAndroidChart:v2.2.4' // Charts
74
implementation 'com.jakewharton.timber:timber:4.7.1' // Advanced logging tool
75
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
76
- implementation 'com.dropbox.core:dropbox-core-sdk:3.0.5' // Dropbox Core API
+ implementation 'com.dropbox.core:dropbox-core-sdk:4.0.0' // Dropbox Core API
77
78
testImplementation 'junit:junit:4.13.2'
79
testImplementation 'org.mockito:mockito-core:3.5.13'
0 commit comments