Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade/StarWarsForms-MvvmCross7 #148

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 17, 2020

  1. upgrade/iOSnDroid-MvvmCross7

    * Migrated to AndroidX by Right clicking on the Android project and selecting "Migrate to AndroidX"
    * Then updated all the nuget packages by right click on the Packages folder in the Solution explorer-> Update
    * Upon building, it told me I was missing another Nuget package Xamarin.AndroidX.Legacy.Support.V4 and Xamarin.AndroidX.Browser, so I added those two as well
    * The latest version of the Lottie package doesnt support a target framework less than Android 10, so I had to increase the target framework of the Android project
    
    **Testing**
    ----------
    * Tested on an Android 10 device and the Forms app built
    * Tested on iPhone 8 simulator and it worked
    
    **Notes**
    ----
    * Tried to update the Traditional/Native Android project as well, but I got this error "Views/PersonView.cs(55,50,55,61): error CS7069: Reference to type 'MvxColor' claims it is defined in 'MvvmCross', but it could not be found"
    * Also had issues updating the TipCalc sample
    * Did not test UWP
    saamerm committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    0a4e7b2 View commit details
    Browse the repository at this point in the history