Skip to content

Commit

Permalink
Update AnalyticsFixPropertyRemover.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
a-maurice committed Feb 23, 2024
1 parent 68a0502 commit bb4300d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions editor/app/src/AnalyticsFixPropertyRemover.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ public void OnPreprocessBuild(BuildReport report) {
return;
}

Debug.Log("====== Found the following Gradle Version: " + GooglePlayServices.PlayServicesResolver.AndroidGradlePluginVersion);

// If the gradle version is newer than 7.0.0, which should have support
// for the property tag, there is no reason to add the removeAll logic.
var versionComparer = new Google.JarResolver.Dependency.VersionComparer();
Expand Down

0 comments on commit bb4300d

Please sign in to comment.