Skip to content

Commit

Permalink
Replace gradle compile verb by implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Jul 12, 2018
1 parent dcfd1c2 commit bd76dc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ android {

dependencies {
//noinspection GradleDynamicVersion
compile "com.facebook.react:react-native:${_reactNativeVersion}"
implementation "com.facebook.react:react-native:${_reactNativeVersion}"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-i18n",
"version": "2.0.13",
"version": "2.0.14",
"description": "Provide I18n to your React Native application",
"license": "MIT",
"author": "Alexander Zaytsev",
Expand Down

0 comments on commit bd76dc1

Please sign in to comment.