Skip to content

Commit

Permalink
switch version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
baldwin628 committed Dec 12, 2016
1 parent b968f95 commit 6bb8938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/GoogleAnalytics/Editor/AnalyticsDependencies.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ static void SetupDeps() {
Google.VersionHandler.InvokeInstanceMethod(
svcSupport, "DependOn",
new object[] { "com.google.android.gms", "play-services-analytics",
"9.4" },
"LATEST" },
namedArgs: new Dictionary<string, object>() {
{"packageIds", new string[] {
"extra-google-m2repository",
Expand Down

0 comments on commit 6bb8938

Please sign in to comment.