@@ -14,7 +14,7 @@ const exceptions = {
1414 command : 'npm i rxjs-compat'
1515 } ,
1616 'nativescript-fingerprint-auth' : {
17- command : 'sed -i -- \'s/defaultConfig ./defaultConfig {\\n minSdkVersion 23/g\' app/ App_Resources/Android/app.gradle'
17+ command : 'sed -i -- \'s/defaultConfig ./defaultConfig {\\n minSdkVersion 23/g\' App_Resources/Android/app.gradle'
1818 } ,
1919 'nativescript-plugin-gplaces' : {
2020 file : 'google-places.config.json' ,
@@ -37,8 +37,8 @@ const exceptions = {
3737 }`
3838 } ,
3939 'nativescript-push-notifications' : {
40- command : 'sed -i -- \'s/defaultConfig ./defaultConfig {\\n minSdkVersion 19/g\' app/ App_Resources/Android/app.gradle' ,
41- file : 'app/ App_Resources/Android/google-services.json' ,
40+ command : 'sed -i -- \'s/defaultConfig ./defaultConfig {\\n minSdkVersion 19/g\' App_Resources/Android/app.gradle' ,
41+ file : 'App_Resources/Android/google-services.json' ,
4242 content : `{
4343 "project_info": {
4444 "project_number": "424050927453",
@@ -82,8 +82,11 @@ const exceptions = {
8282 "configuration_version": "1"
8383 }`
8484 } ,
85+ 'nativescript-rating-dialog' : {
86+ command : 'sed -i -- \'s/defaultConfig ./defaultConfig {\\n minSdkVersion 19/g\' App_Resources/Android/app.gradle'
87+ } ,
8588 'nativescript-wikitude' : {
86- command : 'sed -i -- \'s/defaultConfig ./defaultConfig {\\n minSdkVersion 19/g\' app/ App_Resources/Android/app.gradle'
89+ command : 'sed -i -- \'s/defaultConfig ./defaultConfig {\\n minSdkVersion 19/g\' App_Resources/Android/app.gradle'
8790 } ,
8891} ;
8992
0 commit comments