this is my First app i will reskin and i got this Eror! in image Here enter image description here: i researched and i tried to add 'com.google.android.gms.play_services' Like in this Guide Here but still the Same Erorr the code sours is Hopping Bird Game . gradle file
apply plugin: 'com.android.application'
android {
compileSdkVersion 19
buildToolsVersion "25.0.2"
defaultConfig {
applicationId "bb.hoppingbird"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
}
dependencies {
compile 'com.android.support:support-v4:19.1.0'
compile 'com.google.android.gms:play-services:+'
}
Help please!