Skip to content

Commit

Permalink
fix: adicionado face liveness config
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiankrein committed Dec 11, 2023
1 parent 2e13cae commit 4053408
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,10 @@ const withCafAndroidFiles: ConfigPlugin<void> = (config) => {
if (!packageName) throw new Error('Missing package name')

const androidSrcPath = packageName.replace(/\./g, '/')
const fileNames = ['CafFaceLivenessActivity.java']
const fileNames = [
'CafFaceLivenessActivity.java',
'FaceLivenessConfig.java',
]

for (const fileName of fileNames) {
const srcFile = path.resolve(__dirname, `./android/${fileName}`)
Expand Down

0 comments on commit 4053408

Please sign in to comment.