Skip to content

Commit 81e53c2

Browse files
authored
Merge pull request #36 from rmrs/fix/compile_warning
Fix: compile warning
2 parents 3861656 + d94da7f commit 81e53c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ repositories {
3535
}
3636

3737
dependencies {
38-
compile 'com.facebook.react:react-native:+'
38+
implementation 'com.facebook.react:react-native:+'
3939
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-settings",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Access iOS and Android device settings from React Native",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)