This repository was archived by the owner on Sep 14, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,14 @@ Changelog
33
44## TBD
55
6+ This release updates the package's Gradle build script to use ` api ` and ` implementation ` rather than the deprecated
7+ ` compile ` syntax. If you are using v2.X of the Android Gradle Plugin, you will need to upgrade to v3.X of
8+ the [ Android Gradle Plugin] ( https://developer.android.com/studio/releases/gradle-plugin#updating-plugin ) ,
9+ and [ upgrade your gradle wrapper] ( https://docs.gradle.org/current/userguide/gradle_wrapper.html#sec:upgrading_wrapper ) .
10+
11+ * Update deprecated compile dependencies to use implementation/api
12+ [ #362 ] ( https://github.com/bugsnag/bugsnag-react-native/pull/362 )
13+
614* Remove unnecessary gradlew from android directory, reducing artefact bundle size
715[ #363 ] ( https://github.com/bugsnag/bugsnag-react-native/pull/363 )
816
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ android {
2323}
2424
2525dependencies {
26- compile ' com.bugsnag:bugsnag-android:4.14.2'
27- compile ' com.facebook.react:react-native:+'
26+ api ' com.bugsnag:bugsnag-android:4.14.2'
27+ implementation ' com.facebook.react:react-native:+'
2828}
2929
3030apply plugin : ' checkstyle'
You can’t perform that action at this time.
0 commit comments