build.setting: unexpected symbol near . . . when building for android

I’m getting this error when building for Android: http://gyazo.com/af7dfce97e4c982c5ecea5abd88c3e21

This happened after I changed the build.settings folder. Here’s the folder now : http://gyazo.com/6b02cdf184b4dca7463ed7e2a398472f

The error is supposedly on line 20 where we find plugins = 

I’ve only copied the lines from docs.coronalabs.com so nothing should be wrong there. Not sure what to do.

Hi @jonas.arvidssson,

It looks like you’ve included an extra closing brace } (it’s not opened). Check again that you’ve opened and closed every table properly, and separated them by commas.

Hope this helps,

Brent

Hi @jonas.arvidssson,

It looks like you’ve included an extra closing brace } (it’s not opened). Check again that you’ve opened and closed every table properly, and separated them by commas.

Hope this helps,

Brent