Skip to content

Commit a998b95

Browse files
Ali AbdelfattahAliAbdelfattah
Ali Abdelfattah
authored andcommitted
Update sample app token (android)
1 parent 77b455a commit a998b95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/android/app/src/main/kotlin/com/example/InstabugSample/CustomFlutterApplication.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public void onCreate() {
1212
ArrayList<String> invocation_events = new ArrayList<>();
1313
invocation_events.add(InstabugFlutterPlugin.INVOCATION_EVENT_FLOATING_BUTTON);
1414
InstabugFlutterPlugin instabug = new InstabugFlutterPlugin();
15-
instabug.start(CustomFlutterApplication.this, "2d355f559ea67051a56fce82603f8e41", invocation_events);
15+
instabug.start(CustomFlutterApplication.this, "ed6f659591566da19b67857e1b9d40ab", invocation_events);
1616
instabug.setWelcomeMessageMode("WelcomeMessageMode.disabled");
1717
}
18-
}
18+
}

0 commit comments

Comments
 (0)