Skip to content

Commit

Permalink
Update nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
petervhood committed Jun 9, 2024
1 parent 28f6fce commit 4838772
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions VpnHood.Client.App.Android.Ads.UnityAds/UnityAdService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,14 @@ public static UnityAdService Create(string adGameId, string adPlacementId, bool
return ret;
}

public bool IsCountrySupported(string countryCode)
{
throw new NotImplementedException();
}

public string NetworkName => "UnityAds";
public AppAdType AdType => AppAdType.InterstitialAd;
public DateTime? AdLoadedTime { get; }

public async Task LoadAd(IUiContext uiContext, CancellationToken cancellationToken)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="VpnHood.Client.App.Abstractions" Version="4.5.523-prerelease" />
<PackageReference Include="VpnHood.Client.Device.Android" Version="4.5.522" />
<PackageReference Include="VpnHood.Client.App.Abstractions" Version="4.5.524-prerelease" />
<PackageReference Include="VpnHood.Client.Device.Android" Version="4.5.524-prerelease" />
</ItemGroup>

</Project>

0 comments on commit 4838772

Please sign in to comment.