Skip to content

Commit bd76dc1

Browse files
committed
Replace gradle compile verb by implementation
1 parent dcfd1c2 commit bd76dc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ android {
2828

2929
dependencies {
3030
//noinspection GradleDynamicVersion
31-
compile "com.facebook.react:react-native:${_reactNativeVersion}"
31+
implementation "com.facebook.react:react-native:${_reactNativeVersion}"
3232
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-i18n",
3-
"version": "2.0.13",
3+
"version": "2.0.14",
44
"description": "Provide I18n to your React Native application",
55
"license": "MIT",
66
"author": "Alexander Zaytsev",

0 commit comments

Comments
 (0)