Skip to content

Commit af8c340

Browse files
committed
fix: add exception for nativescript-azure-mobile-apps
1 parent 8e8e4da commit af8c340

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
@@ -13,6 +13,9 @@ const exceptions = {
1313
'kinvey-nativescript-sdk': {
1414
command: 'npm i rxjs-compat'
1515
},
16+
'nativescript-azure-mobile-apps': {
17+
command: 'sed -i -- \'s/defaultConfig ./defaultConfig {\\n minSdkVersion 19/g\' App_Resources/Android/app.gradle'
18+
},
1619
'nativescript-fingerprint-auth': {
1720
command: 'sed -i -- \'s/defaultConfig ./defaultConfig {\\n minSdkVersion 23/g\' App_Resources/Android/app.gradle'
1821
},

0 commit comments

Comments
 (0)