Skip to content

Commit

Permalink
Remove UnityAds.
Browse files Browse the repository at this point in the history
New SPA
  • Loading branch information
petervhood committed Jun 21, 2024
1 parent b8e9364 commit d8ef222
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions VpnHood.Client.App.Android.Connect/App.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using Firebase.Crashlytics;
using Firebase;
using VpnHood.Client.App.Droid.Ads.VhAdMob;
using VpnHood.Client.App.Droid.Ads.VhUnityAds;
using VpnHood.Client.App.Droid.Common;
using VpnHood.Client.App.Droid.GooglePlay;
using VpnHood.Client.App.Resources;
Expand Down Expand Up @@ -52,7 +51,6 @@ protected override AppOptions CreateAppOptions()
AdServices = [
AdMobInterstitialAdService.Create(appSettings.AdMobInterstitialAdUnitId, true),
AdMobInterstitialAdService.Create(appSettings.AdMobInterstitialNoVideoAdUnitId, false),
UnityAdService.Create(appSettings.UnityAdGameId, appSettings.UnityAdInterstitialPlacementId, AppSettings.IsDebugMode)
],
UiService = new AndroidAppUiService()
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="VpnHood.Client.App.Android.Ads.UnityAds" Version="4.5.532" />
<PackageReference Include="Xamarin.Firebase.Crashlytics" Version="118.6.2.1" />
</ItemGroup>

Expand Down
Binary file modified VpnHood.Client.App.Resources/Resources/SPA.zip
Binary file not shown.

0 comments on commit d8ef222

Please sign in to comment.