This repository was archived by the owner on Jan 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
android/src/main/java/com/dieam/reactnativepushnotification/modules Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44
55This project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## Unreleased
8+
9+ ### Breaking changes
10+
11+ ### Features
12+
13+ ### Fixed
14+
15+
16+ ## [ 5.0.1] 2020-08-04
17+
18+ ### Fixed
19+
20+ - (Android) Fix change that make gradle build fail.
21+
722## [ 5.0.0] 2020-08-03
823
924### Breaking changes
Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ public class RNPushNotificationAttributes {
7272 private final String group ;
7373 private final boolean groupSummary ;
7474 private final String messageId ;
75- private final boolean userInteraction ;
7675 private final boolean playSound ;
7776 private final boolean vibrate ;
7877 private final double vibration ;
@@ -333,7 +332,6 @@ public String toString() {
333332 ", group='" + group + '\'' +
334333 ", groupSummary='" + groupSummary + '\'' +
335334 ", messageId='" + messageId + '\'' +
336- ", userInteraction=" + userInteraction +
337335 ", playSound=" + playSound +
338336 ", vibrate=" + vibrate +
339337 ", vibration=" + vibration +
You can’t perform that action at this time.
0 commit comments