-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #485 from Microsoft/release/demo_v0.17.0
Update demo app packages
- Loading branch information
Showing
15 changed files
with
44 additions
and
61 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
4 changes: 2 additions & 2 deletions
4
Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Properties/AndroidManifest.xml
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
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
29 changes: 7 additions & 22 deletions
29
Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/project.json
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,28 +1,13 @@ | ||
{ | ||
"dependencies": { | ||
"Microsoft.Azure.Mobile.Analytics": "0.16.0", | ||
"Microsoft.Azure.Mobile.Crashes": "0.16.0", | ||
"Microsoft.Azure.Mobile.Distribute": "0.16.0", | ||
"Microsoft.Azure.Mobile.Push": "0.16.0", | ||
"Xamarin.Android.Support.Animated.Vector.Drawable": "25.1.1", | ||
"Xamarin.Android.Support.Compat": "25.1.1", | ||
"Xamarin.Android.Support.Core.UI": "25.1.1", | ||
"Xamarin.Android.Support.Core.Utils": "25.1.1", | ||
"Xamarin.Android.Support.Design": "25.1.1", | ||
"Xamarin.Android.Support.Fragment": "25.1.1", | ||
"Xamarin.Android.Support.Media.Compat": "25.1.1", | ||
"Xamarin.Android.Support.Transition": "25.1.1", | ||
"Xamarin.Android.Support.v4": "25.1.1", | ||
"Xamarin.Android.Support.v7.AppCompat": "25.1.1", | ||
"Xamarin.Android.Support.v7.CardView": "25.1.1", | ||
"Xamarin.Android.Support.v7.MediaRouter": "25.1.1", | ||
"Xamarin.Android.Support.v7.Palette": "25.1.1", | ||
"Xamarin.Android.Support.v7.RecyclerView": "25.1.1", | ||
"Xamarin.Android.Support.Vector.Drawable": "25.1.1", | ||
"Xamarin.Build.Download": "0.4.4", | ||
"Xamarin.Forms": "2.3.4.231" | ||
"Microsoft.Azure.Mobile.Analytics": "0.17.0", | ||
"Microsoft.Azure.Mobile.Crashes": "0.17.0", | ||
"Microsoft.Azure.Mobile.Distribute": "0.17.0", | ||
"Microsoft.Azure.Mobile.Push": "0.17.0", | ||
"Xamarin.Build.Download": "0.4.7", | ||
"Xamarin.Forms": "2.4.0.38779" | ||
}, | ||
"frameworks": { | ||
"MonoAndroid,Version=v7.1": {} | ||
"MonoAndroid,Version=v8.0": {} | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Package.appxmanifest
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
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
12 changes: 6 additions & 6 deletions
12
Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/project.json
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
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
10 changes: 5 additions & 5 deletions
10
Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/project.json
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
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
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,15 +1,13 @@ | ||
{ | ||
"dependencies": { | ||
"Microsoft.Azure.Mobile.Analytics": "0.16.0", | ||
"Microsoft.Azure.Mobile.Crashes": "0.16.0", | ||
"Microsoft.Azure.Mobile.Distribute": "0.16.0", | ||
"Microsoft.Azure.Mobile.Push": "0.16.0", | ||
"Xamarin.Forms": "2.3.4.231", | ||
"NETStandard.Library": "1.6.1" | ||
"Microsoft.Azure.Mobile.Analytics": "0.17.0", | ||
"Microsoft.Azure.Mobile.Crashes": "0.17.0", | ||
"Microsoft.Azure.Mobile.Distribute": "0.17.0", | ||
"Microsoft.Azure.Mobile.Push": "0.17.0", | ||
"NETStandard.Library": "1.6.1", | ||
"Xamarin.Forms": "2.4.0.38779" | ||
}, | ||
"frameworks": { | ||
"netstandard1.0": { | ||
"imports": "portable-net45+win8+wpa81" | ||
} | ||
"netstandard1.0": {} | ||
} | ||
} |
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
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
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
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