We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcfd1c2 commit bd76dc1Copy full SHA for bd76dc1
android/build.gradle
@@ -28,5 +28,5 @@ android {
28
29
dependencies {
30
//noinspection GradleDynamicVersion
31
- compile "com.facebook.react:react-native:${_reactNativeVersion}"
+ implementation "com.facebook.react:react-native:${_reactNativeVersion}"
32
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-i18n",
3
- "version": "2.0.13",
+ "version": "2.0.14",
4
"description": "Provide I18n to your React Native application",
5
"license": "MIT",
6
"author": "Alexander Zaytsev",
0 commit comments