Skip to content

Commit 99d1f83

Browse files
committed
fix: add plugin exception
1 parent af8c340 commit 99d1f83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/project.service.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ const exceptions = {
1919
'nativescript-fingerprint-auth': {
2020
command: 'sed -i -- \'s/defaultConfig ./defaultConfig {\\n minSdkVersion 23/g\' App_Resources/Android/app.gradle'
2121
},
22+
'nativescript-live-engage': {
23+
command: 'sed -i -- \'s/defaultConfig ./defaultConfig {\\n minSdkVersion 19/g\' App_Resources/Android/app.gradle'
24+
},
2225
'nativescript-plugin-gplaces': {
2326
file: 'google-places.config.json',
2427
content: `{

0 commit comments

Comments
 (0)