We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e458421 commit 53a53e4Copy full SHA for 53a53e4
app/build.gradle
@@ -77,6 +77,9 @@ dependencies {
77
releaseImplementation "com.squareup.leakcanary:leakcanary-android-no-op:$LEAK_CANARY"
78
testImplementation "com.squareup.leakcanary:leakcanary-android-no-op:$LEAK_CANARY"
79
80
+ //For handling runtime permissions
81
+ implementation 'com.karumi:dexter:5.0.0'
82
+
83
}
84
85
android {
0 commit comments