Skip to content

Commit 5c63887

Browse files
author
Daniel Gallego
authored
Merge pull request #2 from imartinez/patch-1
Update README.md
2 parents 9f18064 + dfdcb77 commit 5c63887

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ What is PoEditor? [Check it out](https://poeditor.com)
66
Download
77
--------
88

9-
Add [jitpack.io](https://jitpack.io/) to your repositories:
9+
In your main build.gradle, buildscript block, add [jitpack.io](https://jitpack.io/) to the repositories and include the plugin as a dependency:
1010
```groovy
11-
allprojects {
11+
buildscript {
1212
repositories {
13-
maven { url "https://jitpack.io" }
13+
maven { url 'https://jitpack.io' }
14+
...
1415
}
16+
dependencies {
17+
...
18+
classpath 'com.github.bq:poeditor-android-gradle-plugin:0.2.5'
1519
}
1620
```
1721

18-
Include the dependency:
19-
```groovy
20-
classpath "com.github.bq:poeditor-android-gradle-plugin:0.2.5"
21-
```
2222
Enjoy!
2323

2424
Configuration

0 commit comments

Comments
 (0)