Skip to content

Commit

Permalink
Merge branch 'main' into disableBackButton
Browse files Browse the repository at this point in the history
  • Loading branch information
mehsaandev authored Jan 3, 2025
2 parents 321fd17 + 55252d6 commit 7a8770a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion starter/ensemble/ensemble.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ auth0Domain=placeholder_domain
auth0Scheme=placeholder_scheme
branchTestKey=
branchLiveKey=
moenagageWorkspaceId=
moengageWorkspaceId=
2 changes: 1 addition & 1 deletion starter/lib/generated/ensemble_modules.dart
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class EnsembleModules {
}

if (useMoEngage) {
// GetIt.I.registerSingleton<MoEngageModule>(MoEngageImpl(workspaceId: ''));
// GetIt.I.registerSingleton<MoEngageModule>(MoEngageImpl());
} else {
GetIt.I.registerSingleton<MoEngageModule>(MoEngageModuleStub());
}
Expand Down
2 changes: 1 addition & 1 deletion starter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies:
# ensemble_moengage:
# git:
# url: https://github.com/EnsembleUI/ensemble.git
# ref: ensemble-v1.1.12
# ref: main
# path: modules/moengage

# ensemble_bluetooth:
Expand Down

0 comments on commit 7a8770a

Please sign in to comment.