Skip to content

Commit

Permalink
fix: main application sdk50
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiankrein committed Feb 29, 2024
1 parent ccd06ba commit 94be691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ const withCafAndroid: ConfigPlugin<void> = (config) => {
tag: 'Add Package',
src: config.modResults.contents,
newSrc: ` packages.add(new CombateAFraudePackage()); packages.add(new CafPackage());`,
anchor: /return PackageList(this).packages/,
anchor: /override fun getPackages\(\): List<ReactPackage> {/,
offset: 0,
comment: '//',
}).contents
Expand Down

0 comments on commit 94be691

Please sign in to comment.