We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cd28ce commit d109362Copy full SHA for d109362
app/build.gradle
@@ -25,4 +25,6 @@ dependencies {
25
implementation 'com.android.support:recyclerview-v7:28.0.0'
26
debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.5.4'
27
releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.4'
28
+
29
+// implementation 'com.github.TutorialsAndroid:FilePicker:v1.0.19'
30
}
0 commit comments