Skip to content

Commit 53a53e4

Browse files
Added permission for Dexter, the runtime permission handling library
1 parent e458421 commit 53a53e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ dependencies {
7777
releaseImplementation "com.squareup.leakcanary:leakcanary-android-no-op:$LEAK_CANARY"
7878
testImplementation "com.squareup.leakcanary:leakcanary-android-no-op:$LEAK_CANARY"
7979

80+
//For handling runtime permissions
81+
implementation 'com.karumi:dexter:5.0.0'
82+
8083
}
8184

8285
android {

0 commit comments

Comments
 (0)