Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
Add xamarin.exposurenotification
Browse files Browse the repository at this point in the history
add Xamarin Exposure Notification git submodule
https://github.com/xamarin/xamarin.exposurenotification
  • Loading branch information
kazumihirose committed May 5, 2020
1 parent 8759097 commit d21722d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "xamarin.exposurenotification"]
path = xamarin.exposurenotification
url = https://github.com/xamarin/xamarin.exposurenotification.git
5 changes: 4 additions & 1 deletion Covid19Radar/Covid19Radar.iOS/Covid19Radar.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,10 @@
<PackageReference Include="Xamarin.FFImageLoading.Forms">
<Version>2.4.11.982</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms" Version="4.6.0.616-pre4" />
<PackageReference Include="Xamarin.Forms" Version="4.6.0.726" />
<PackageReference Include="Xamarin.iOS.ExposureNotification">
<Version>1.0.0-beta1</Version>
</PackageReference>
<PackageReference Include="Xamarin.TestCloud.Agent">
<Version>0.21.9</Version>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion Covid19Radar/Covid19Radar/Covid19Radar.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<PackageReference Include="Prism.Plugin.Logging.AppCenter" Version="7.2.0.1114" />
<PackageReference Include="Prism.Plugin.Popups" Version="7.2.0.1046" />
<PackageReference Include="ReactiveProperty" Version="6.2.0" />
<PackageReference Include="sqlite-net-pcl" Version="1.7.302-beta" />
<PackageReference Include="sqlite-net-pcl" Version="1.6.292" />
<PackageReference Include="Xam.Plugin.WebView" Version="2.1.3" />
<PackageReference Include="Xamarin.Essentials" Version="1.5.3.1" />
<PackageReference Include="Xamarin.FFImageLoading" Version="2.4.11.982" />
Expand Down
1 change: 1 addition & 0 deletions xamarin.exposurenotification

0 comments on commit d21722d

Please sign in to comment.