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 8e8e4da commit af8c340Copy full SHA for af8c340
lib/project.service.ts
@@ -13,6 +13,9 @@ const exceptions = {
13
'kinvey-nativescript-sdk': {
14
command: 'npm i rxjs-compat'
15
},
16
+ 'nativescript-azure-mobile-apps': {
17
+ command: 'sed -i -- \'s/defaultConfig ./defaultConfig {\\n minSdkVersion 19/g\' App_Resources/Android/app.gradle'
18
+ },
19
'nativescript-fingerprint-auth': {
20
command: 'sed -i -- \'s/defaultConfig ./defaultConfig {\\n minSdkVersion 23/g\' App_Resources/Android/app.gradle'
21
0 commit comments