We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af8c340 commit 99d1f83Copy full SHA for 99d1f83
lib/project.service.ts
@@ -19,6 +19,9 @@ const exceptions = {
19
'nativescript-fingerprint-auth': {
20
command: 'sed -i -- \'s/defaultConfig ./defaultConfig {\\n minSdkVersion 23/g\' App_Resources/Android/app.gradle'
21
},
22
+ 'nativescript-live-engage': {
23
+ command: 'sed -i -- \'s/defaultConfig ./defaultConfig {\\n minSdkVersion 19/g\' App_Resources/Android/app.gradle'
24
+ },
25
'nativescript-plugin-gplaces': {
26
file: 'google-places.config.json',
27
content: `{
0 commit comments