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 @@ -160,7 +160,7 @@ task clean(type: Delete) {
160160
161161Finally, add CriticalPermissionsHelper dependency to your application build.graddle file:
162162``` text
163- implementation 'com.github.ltrudu:CriticalPermissionsHelper:0.1 '
163+ implementation 'com.github.ltrudu:CriticalPermissionsHelper:+ '
164164```
165165
166166Sample application build.graddle:
@@ -171,7 +171,7 @@ dependencies {
171171 testImplementation 'junit:junit:4.13'
172172 androidTestImplementation 'com.android.support.test:runner:1.0.2'
173173 androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
174- implementation 'com.github.ltrudu:CriticalPermissionsHelper:0.1 '
174+ implementation 'com.github.ltrudu:CriticalPermissionsHelper:+ '
175175}
176176```
177177
You can’t perform that action at this time.
0 commit comments