Skip to content

Commit 6b79339

Browse files
authored
Update README.md
1 parent 8eb1113 commit 6b79339

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
@@ -140,7 +140,7 @@ task clean(type: Delete) {
140140

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

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

0 commit comments

Comments
 (0)