diff --git a/android/app/build.gradle b/android/app/build.gradle index ddf8a35..28e6f84 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -164,9 +164,9 @@ dependencies { implementation project(':react-native-fs') implementation project(':react-native-document-picker') implementation project(':nodejs-mobile-react-native') - compile fileTree(dir: "libs", include: ["*.jar"]) - compile "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}" - compile "com.facebook.react:react-native:+" // From node_modules + implementation fileTree(dir: "libs", include: ["*.jar"]) + implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}" + implementation "com.facebook.react:react-native:+" // From node_modules androidTestImplementation('com.wix:detox:+') { transitive = true } androidTestImplementation 'junit:junit:4.12' } diff --git a/android/gradle.properties b/android/gradle.properties index c8d0d56..1d3591c 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -15,6 +15,4 @@ # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects -# org.gradle.parallel=true - -android.useDeprecatedNdk=true \ No newline at end of file +# org.gradle.parallel=true \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index ef2d08e..3599850 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13123,9 +13123,9 @@ "from": "github:jfr3000/react-native-push-notification" }, "react-native-restart": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/react-native-restart/-/react-native-restart-0.0.7.tgz", - "integrity": "sha512-/7TdL3pHM7H0Cut6U6SK1jd6fVYvLlQq0O4inJ7j4YD0w9BtAAFqLkLnBDOA0jL4oLw/89yR8HhLOzNFGvVsfw==" + "version": "0.0.9", + "resolved": "https://registry.npmjs.org/react-native-restart/-/react-native-restart-0.0.9.tgz", + "integrity": "sha512-kE+bSLFwr0EvHGXOGLDyM+lNAPgt4Cy67v1jdHK9kjgc4osrJVs8WwmWJvQwjDuGNXl14aLD/Ud5JhB4KRlrsQ==" }, "react-native-share": { "version": "1.1.3", diff --git a/package.json b/package.json index bb8f1b0..ee6dfa9 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "react-native-hyperlink": "0.0.14", "react-native-modal-datetime-picker-nevo": "^4.11.0", "react-native-push-notification": "github:jfr3000/react-native-push-notification", - "react-native-restart": "0.0.7", + "react-native-restart": "0.0.9", "react-native-share": "^1.1.3", "react-native-vector-icons": "^6.4.2", "realm": "^2.22.0",