Skip to content

Commit 2d568fa

Browse files
authored
Merge pull request #1 from ZebraDevs/master
Sync Forks
2 parents 7ebb2c5 + 0bebf3a commit 2d568fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ task clean(type: Delete) {
160160

161161
Finally, 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

166166
Sample 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

0 commit comments

Comments
 (0)