Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangl authored May 25, 2021
1 parent bbf677c commit bd22e70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {
maven { url "https://jitpack.io" }
}
dependencies {
classpath "com.github.hyperdevs-team:poeditor-android-gradle-plugin:2.1.2"
classpath "com.github.hyperdevs-team:poeditor-android-gradle-plugin:2.2.0"
}
}
```
Expand All @@ -33,7 +33,7 @@ buildscript {
maven("https://jitpack.io")
}
dependencies {
classpath("com.github.hyperdevs-team:poeditor-android-gradle-plugin:2.1.2")
classpath("com.github.hyperdevs-team:poeditor-android-gradle-plugin:2.2.0")
}
}
```
Expand Down

0 comments on commit bd22e70

Please sign in to comment.