Skip to content

Commit 1476fd8

Browse files
authored
Update README.md
1 parent 6f161a8 commit 1476fd8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ pod install
190190
### Android
191191

192192
- Make sure you are using Gradle `2.2.x` (project build.gradle)
193+
193194
```gradle
194195
buildscript {
195196
...
@@ -202,6 +203,7 @@ buildscript {
202203
```
203204

204205
- Add `useSupportLibrary` (app build.gradle)
206+
205207
```gradle
206208
android {
207209
...
@@ -215,6 +217,18 @@ android {
215217
}
216218
```
217219

220+
- Add required repository
221+
222+
```gradle
223+
allprojects {
224+
repositories {
225+
...
226+
maven { url "https://jitpack.io" }
227+
...
228+
}
229+
}
230+
```
231+
218232
- [Optional] If you want to use camera picker in your project, add following to `AndroidManifest.xml`
219233
- `<uses-permission android:name="android.permission.CAMERA"/>`
220234

0 commit comments

Comments
 (0)