Google Play Services error

I need to include latest Google Play Services in my app so that i can use native Google+ authentication.
But i am getting following error when building:

AAPT: No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version').

Googling that lead to some SO answers that pointed how to implement Play dependencies inside IntelliJ Idea. I did that correctly and also checked that i have latest SDK and Play services.
But i am still getting same error.

I did use play services successfully before so i don’t know whats wrong with the latest versions.

So how should i implement Play services inside Cordova app?