This repository has been archived by the owner on Dec 18, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
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
6 changed files
with
8 additions
and
189 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
8 changes: 4 additions & 4 deletions
8
DownloadCache/MvvmCross.Plugins.DownloadCache.Droid/packages.config
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="MvvmCross.Binding" version="4.3.0" targetFramework="monoandroid50" /> | ||
<package id="MvvmCross.Core" version="4.3.0" targetFramework="monoandroid50" /> | ||
<package id="MvvmCross.Platform" version="4.3.0" targetFramework="monoandroid50" /> | ||
<package id="Xamarin.Android.Support.v4" version="23.4.0.1" targetFramework="monoandroid50" /> | ||
<package id="MvvmCross.Binding" version="4.3.0" targetFramework="MonoAndroid50" /> | ||
<package id="MvvmCross.Core" version="4.3.0" targetFramework="MonoAndroid50" /> | ||
<package id="MvvmCross.Platform" version="4.3.0" targetFramework="MonoAndroid50" /> | ||
<package id="Xamarin.Android.Support.Compat" version="24.2.1" targetFramework="monoandroid70" /> | ||
</packages> |
60 changes: 0 additions & 60 deletions
60
Network/MvvmCross.Plugins.Network.Droid/Resources/Resource.Designer.cs
This file was deleted.
Oops, something went wrong.
60 changes: 0 additions & 60 deletions
60
ReflectionEx/MvvmCross.Plugins.ReflectionEx.Droid/Resources/Resource.Designer.cs
This file was deleted.
Oops, something went wrong.
60 changes: 0 additions & 60 deletions
60
SQLite-PCL/MvvmCross.Plugins.Sqlite.Droid/Resources/Resource.Designer.cs
This file was deleted.
Oops, something went wrong.
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
baecabb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This dependency change causes issues with Xamarin Forms. The fact it requires version 24 of an Android library causes a duplicate JAR with version 23 that Forms requires. Why did you update that dependency?
baecabb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See Issue #147