diff --git a/FlexboxLayoutXamarinBindingAndroid/FlexboxLayoutXamarinBindingAndroid/FlexboxLayoutXamarinBindingAndroid.csproj b/FlexboxLayoutXamarinBindingAndroid/FlexboxLayoutXamarinBindingAndroid/FlexboxLayoutXamarinBindingAndroid.csproj index 5748ae4..ec8048d 100644 --- a/FlexboxLayoutXamarinBindingAndroid/FlexboxLayoutXamarinBindingAndroid/FlexboxLayoutXamarinBindingAndroid.csproj +++ b/FlexboxLayoutXamarinBindingAndroid/FlexboxLayoutXamarinBindingAndroid/FlexboxLayoutXamarinBindingAndroid.csproj @@ -25,6 +25,8 @@ FlexboxLayout Binding for Xamarin Android This is a binding library of Googles FlexBoxLayout. This control allows you to use something similar to a LinearLayout that can wrap to the next line. Before this library, this was a very difficult task. https://github.com/google/flexbox-layout true + + true @@ -36,7 +38,8 @@ 4 - + + true bin\Release\ TRACE @@ -47,13 +50,22 @@ + + ..\packages\Xamarin.Android.Support.Annotations.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Annotations.dll + + + ..\packages\Xamarin.Android.Support.Compat.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Compat.dll + + + ..\packages\Xamarin.Android.Support.Core.UI.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.Core.UI.dll + + + ..\packages\Xamarin.Android.Support.v7.RecyclerView.25.4.0.2\lib\MonoAndroid70\Xamarin.Android.Support.v7.RecyclerView.dll + - - - @@ -63,6 +75,7 @@ + @@ -74,4 +87,15 @@ --> + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + + + \ No newline at end of file diff --git a/FlexboxLayoutXamarinBindingAndroid/FlexboxLayoutXamarinBindingAndroid/Jars/flexbox-release.aar b/FlexboxLayoutXamarinBindingAndroid/FlexboxLayoutXamarinBindingAndroid/Jars/flexbox-release.aar index 3231f51..d8b7dac 100644 Binary files a/FlexboxLayoutXamarinBindingAndroid/FlexboxLayoutXamarinBindingAndroid/Jars/flexbox-release.aar and b/FlexboxLayoutXamarinBindingAndroid/FlexboxLayoutXamarinBindingAndroid/Jars/flexbox-release.aar differ diff --git a/FlexboxLayoutXamarinBindingAndroid/FlexboxLayoutXamarinBindingAndroid/Transforms/Metadata.xml b/FlexboxLayoutXamarinBindingAndroid/FlexboxLayoutXamarinBindingAndroid/Transforms/Metadata.xml index 2587ddc..32119c1 100644 --- a/FlexboxLayoutXamarinBindingAndroid/FlexboxLayoutXamarinBindingAndroid/Transforms/Metadata.xml +++ b/FlexboxLayoutXamarinBindingAndroid/FlexboxLayoutXamarinBindingAndroid/Transforms/Metadata.xml @@ -6,4 +6,6 @@ This sample removes the method: android.support.v4.content.CursorLoader.loadInBackground: --> + public + public diff --git a/FlexboxLayoutXamarinBindingAndroid/FlexboxLayoutXamarinBindingAndroid/packages.config b/FlexboxLayoutXamarinBindingAndroid/FlexboxLayoutXamarinBindingAndroid/packages.config index 57eed12..241fd9e 100644 --- a/FlexboxLayoutXamarinBindingAndroid/FlexboxLayoutXamarinBindingAndroid/packages.config +++ b/FlexboxLayoutXamarinBindingAndroid/FlexboxLayoutXamarinBindingAndroid/packages.config @@ -1,4 +1,7 @@  - + + + + \ No newline at end of file diff --git a/README.md b/README.md index 98973b3..75af7d8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # FlexboxLayoutXamarinBindingAndroid This is a Xamarin Binding Library project that I created in order to use Googles FlexBox Layout within my Xamarin.Android applications. -Current Version of FlexBoxLayout is 0.3.0-alpha3 +Current Version of FlexBoxLayout is 0.3.1 Instructions on how to use FlexboxLayout can be found in the following Google Repo. https://github.com/google/flexbox-layout