Skip to content

Commit

Permalink
update to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
huangminlinux committed Sep 29, 2018
1 parent a545e78 commit 1b2705a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .packages
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by pub on 2018-09-19 16:23:17.855023.
# Generated by pub on 2018-09-29 10:15:14.625856.
collection:file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/collection-1.14.11/lib/
flutter:file:///Applications/flutter/packages/flutter/lib/
meta:file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/meta-1.1.6/lib/
Expand Down
3 changes: 1 addition & 2 deletions android/src/main/java/com/jiguang/jpush/JPushPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,7 @@ public void getRegistrationID(MethodCall call, Result result) {
public void sendLocalNotification(MethodCall call, Result result) {
try {
HashMap<String, Object> map = call.arguments();
Log.d("JPushPlugin", "1111111111111111111");
// Log.d("JPushPlugin", map.toString());

JPushLocalNotification ln = new JPushLocalNotification();
ln.setBuilderId((Integer)map.get("buildId"));
ln.setNotificationId((Integer)map.get("id"));
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.2"
version: "0.0.3"
js:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: jpush_flutter
description: Offically supported JPush Flutter plugin.
version: 0.0.2
version: 0.0.3
author: huminios <h380108184@gmail.com>
homepage: https://www.jiguang.cn

Expand Down

0 comments on commit 1b2705a

Please sign in to comment.