bitwarden-android/src/Core/App.xaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
287 B
Text
Raw Normal View History

2023-09-29 17:02:19 +03:00
<?xml version="1.0" encoding="utf-8" ?>
<Application xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
2019-03-28 03:12:44 +03:00
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="Bit.App.App">
<Application.Resources>
</Application.Resources>
2019-03-30 00:54:03 +03:00
</Application>