Skip to content

Commit 4e84562

Browse files
committed
fix: use adsjs entrypoint for messaging
1 parent 1dc1b6a commit 4e84562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

injected/scripts/entry-points.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const builds = {
3232
output: ['../build/android/brokerProtection.js'],
3333
},
3434
'android-autofill-import': {
35-
input: 'entry-points/android.js',
35+
input: 'entry-points/android-adsjs.js',
3636
output: ['../build/android/autofillImport.js'],
3737
},
3838
'android-adsjs': {

0 commit comments

Comments
 (0)