Is it possible to update my app after changing the Google Play service library in the build.gradle
?
I changed it from:
compile 'com.google.android.gms:play-services:8.3.0'
to
compile 'com.google.android.gms:play-services-ads:8.4.0'
After changing the Play Service version, and installing on my phone, android studio gave me a warning saying that I can't update the existing application, and I must uninstall it. So, can I still release the new APK in the developer console, and will it cause issues?