We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3861656 + d94da7f commit 81e53c2Copy full SHA for 81e53c2
android/build.gradle
@@ -35,5 +35,5 @@ repositories {
35
}
36
37
dependencies {
38
- compile 'com.facebook.react:react-native:+'
+ implementation 'com.facebook.react:react-native:+'
39
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-settings",
3
- "version": "0.1.2",
+ "version": "0.1.3",
4
"description": "Access iOS and Android device settings from React Native",
5
"main": "index.js",
6
"repository": {
0 commit comments