Google Play Game services Resolution Exception with newer Google Repository version

I was doing my perfect on Unity version 5.4.1f1, GPGS version 0.9.37 and Android tools version is below.
93047-sdk-version.png

until updating the Google Repository revision from 46 to 47, there wasn’t any error. But after updating it, this error occured.

ResolutionException: Cannot find candidate artifact for com.google.android.gms:play-services-base:[10.2.4]
Google.JarResolver.PlayServicesSupport.GetDependencies (Google.JarResolver.Dependency dep, System.Collections.Generic.List`1 repoPaths)
Google.JarResolver.PlayServicesSupport.GetCurrentDependencies (System.Collections.Generic.Dictionary`2 dependencies, System.String destDirectory, Google.JarResolver.ExplodeAar explodeAar, System.Collections.Generic.List`1 repoPaths)
Google.JarResolver.PlayServicesSupport.DependenciesPresent (System.String destDirectory, Google.JarResolver.ExplodeAar explodeAar)
GooglePlayServices.ResolverVer1_1.DoResolution (Google.JarResolver.PlayServicesSupport svcSupport, System.String destinationDirectory, Google.JarResolver.OverwriteConfirmation handleOverwriteConfirmation, System.Action resolutionComplete)
GooglePlayServices.PlayServicesResolver.Resolve (System.Action resolutionComplete)
GooglePlayServices.PlayServicesResolver.AutoResolve ()
UnityEditor.EditorApplication.Internal_CallUpdateFunctions () (at C:/buildslave/unity/build/artifacts/generated/common/editor/EditorApplicationBindings.gen.cs:222)

I tried to download older version of “google repository”, but failed. Is there any solution for my problem?

P.S. Ofcourse my SDK location setting in Unity is correct.

SOLVED

Finally! I get the Rev.46 of “google repository” and solved problem.
Here is download link of Rev.46 of google repo.
https://dl.google.com/android/repository/google_m2repository_gms_v9_1_rc07_wear_2_0_1_rc3.zip

P.S. Just Unzip above file and paste the folder “m2repository” to "%Android SDK Location%extras\google"

NOT "extras\android", BUT "extras\google"

That’s works for me!, but I still have the issue of CommandInvokationFailure: Failed to re-package resources! I try everything but nothings works! :C