ClearDependencies() public méthode

Clears the dependencies for this client.
public ClearDependencies ( ) : void
Résultat void
 /// <summary>
 /// Initializes static members of the <see cref="FuseSDKDependencies"/> class.
 /// </summary>
 static FuseSDKDependencies()
 {
     svcSupport = PlayServicesSupport.CreateInstance(PluginName, EditorPrefs.GetString("AndroidSdkRoot"), "ProjectSettings");
     svcSupport.ClearDependencies();
     svcSupport.DependOn("com.google.android.gms", "play-services-basement", "8.4.0");
     svcSupport.DependOn("com.android.support", "support-annotations", "23.4.0");
     svcSupport.DependOn("com.android.support", "support-v4", "23.4.0");
     svcSupport.DependOn("com.android.support", "recyclerview-v7", "23.4.0");
 }