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 @@ -17,3 +17,4 @@ scenario.json
1717android /local.properties
1818android /android.iml
1919test /tmp
20+ .gradle
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- ## TBD
4+ ## 2.20.0 (2019-05-29)
5+
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+
14+ * Remove unnecessary gradlew from android directory, reducing artefact bundle size
15+ [ #363 ] ( https://github.com/bugsnag/bugsnag-react-native/pull/363 )
516
617### Bug fixes
718
Original file line number Diff line number Diff line change 11# Bugsnag exception reporter for React Native
2- [ ![ Documentation] ( https://img.shields.io/badge/documentation-2.19.1 -blue.svg )] ( http://docs.bugsnag.com/platforms/react-native/ )
2+ [ ![ Documentation] ( https://img.shields.io/badge/documentation-2.20.0 -blue.svg )] ( http://docs.bugsnag.com/platforms/react-native/ )
33
44Automatic [ React Native crash reporting] ( https://www.bugsnag.com/platforms/react-native-error-reporting/ ) with Bugsnag helps you detect both native OS and JavaScript errors in your React Native apps.
55
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ android {
1212 minSdkVersion safeExtGet(' minSdkVersion' , 16 )
1313 targetSdkVersion safeExtGet(' targetSdkVersion' , 26 )
1414 versionCode 4
15- versionName ' 2.19.1 '
15+ versionName ' 2.20.0 '
1616 consumerProguardFiles ' proguard-rules.pro'
1717 }
1818 lintOptions {
@@ -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'
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33 "homepage" : " https://www.bugsnag.com/platforms/react-native-error-reporting/" ,
44 "repository" : " https://github.com/bugsnag/bugsnag-react-native.git" ,
55 "bugs" : " https://github.com/bugsnag/bugsnag-react-native/issues" ,
6- "version" : " 2.19.1 " ,
6+ "version" : " 2.20.0 " ,
77 "license" : " MIT" ,
88 "main" : " index.js" ,
99 "types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments