mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 10:28:28 +03:00
analytics not part of fdroid build any longer
This commit is contained in:
parent
6f3c302f28
commit
f0fb401d07
1 changed files with 0 additions and 3 deletions
|
@ -54,9 +54,6 @@ $ns.AddNamespace("ns", $xml.DocumentElement.NamespaceURI);
|
||||||
$firebaseNode=$xml.SelectSingleNode("/ns:Project/ns:ItemGroup/ns:PackageReference[@Include='Xamarin.Firebase.Messaging']", $ns);
|
$firebaseNode=$xml.SelectSingleNode("/ns:Project/ns:ItemGroup/ns:PackageReference[@Include='Xamarin.Firebase.Messaging']", $ns);
|
||||||
$firebaseNode.ParentNode.RemoveChild($firebaseNode);
|
$firebaseNode.ParentNode.RemoveChild($firebaseNode);
|
||||||
|
|
||||||
$playServiceNode=$xml.SelectSingleNode("/ns:Project/ns:ItemGroup/ns:PackageReference[@Include='Xamarin.GooglePlayServices.Analytics']", $ns);
|
|
||||||
$playServiceNode.ParentNode.RemoveChild($playServiceNode);
|
|
||||||
|
|
||||||
$xml.Save($androidPath);
|
$xml.Save($androidPath);
|
||||||
|
|
||||||
echo "##### Uninstall from App.csproj"
|
echo "##### Uninstall from App.csproj"
|
||||||
|
|
Loading…
Reference in a new issue