This repository has been archived by the owner on Feb 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>AFollestad.MaterialDialogs.Commons</id> | ||
<version>0.9.3.0</version> | ||
<authors>Dominik Minta</authors> | ||
<owners>Dominik Minta</owners> | ||
<licenseUrl>https://github.com/dminta/MaterialDialogsXamarinAndroidBinding/blob/master/LICENSE</licenseUrl> | ||
<projectUrl>https://github.com/dminta/MaterialDialogsXamarinAndroidBinding</projectUrl> | ||
<iconUrl>https://raw.githubusercontent.com/dminta/MaterialDialogsXamarinAndroidBinding/master/art/ic_web.png</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Material Dialogs library binding for Xamarin Android (https://github.com/afollestad/material-dialogs), Commons module</description> | ||
<releaseNotes>Initial release</releaseNotes> | ||
<tags>xamarin android xamarin.android monodroid material</tags> | ||
<dependencies> | ||
<dependency id="Xamarin.Android.Support.v7.AppCompat" version="25.1.1" /> | ||
<dependency id="Xamarin.Android.Support.v7.RecyclerView" version="25.1.1" /> | ||
<dependency id="Xamarin.Android.Support.v13" version="25.1.1" /> | ||
<dependency id="AFollestad.MaterialDialogs.Core" version="0.9.3" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="..\MaterialDialogs.Commons\bin\Release\AFollestad.MaterialDialogs.Commons.dll" target="lib\MonoAndroid70\AFollestad.MaterialDialogs.Commons.dll" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>AFollestad.MaterialDialogs.Core</id> | ||
<version>0.9.3.0</version> | ||
<authors>Dominik Minta</authors> | ||
<owners>Dominik Minta</owners> | ||
<licenseUrl>https://github.com/dminta/MaterialDialogsXamarinAndroidBinding/blob/master/LICENSE</licenseUrl> | ||
<projectUrl>https://github.com/dminta/MaterialDialogsXamarinAndroidBinding</projectUrl> | ||
<iconUrl>https://raw.githubusercontent.com/dminta/MaterialDialogsXamarinAndroidBinding/master/art/ic_web.png</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Material Dialogs library binding for Xamarin Android (https://github.com/afollestad/material-dialogs), Core module</description> | ||
<releaseNotes>Initial release</releaseNotes> | ||
<tags>xamarin android xamarin.android monodroid material</tags> | ||
<dependencies> | ||
<dependency id="Xamarin.Android.Support.v7.AppCompat" version="25.1.1" /> | ||
<dependency id="Xamarin.Android.Support.v7.RecyclerView" version="25.1.1" /> | ||
<dependency id="Xamarin.Android.Support.v13" version="25.1.1" /> | ||
<dependency id="ZhangHai.Android.MaterialProgressBar" version="1.3.0.2" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="..\MaterialDialogs.Core\bin\Release\AFollestad.MaterialDialogs.Core.dll" target="lib\MonoAndroid70\AFollestad.MaterialDialogs.Core.dll" /> | ||
</files> | ||
</package> |