File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ task clean(type: Delete) {
140140
141141Finally, add CriticalPermissionsHelper dependency to your application build.graddle file:
142142``` text
143- implementation 'com.github.ltrudu:CriticalPermissionsHelper:0.1 '
143+ implementation 'com.github.ltrudu:CriticalPermissionsHelper:+ '
144144```
145145
146146Sample application build.graddle:
@@ -151,7 +151,7 @@ dependencies {
151151 testImplementation 'junit:junit:4.13'
152152 androidTestImplementation 'com.android.support.test:runner:1.0.2'
153153 androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
154- implementation 'com.github.ltrudu:CriticalPermissionsHelper:0.1 '
154+ implementation 'com.github.ltrudu:CriticalPermissionsHelper:+ '
155155}
156156```
157157
You can’t perform that action at this time.
0 commit comments