Skip to content

Commit 15eb283

Browse files
committed
Bump externa and add release-notes
1 parent 1eefa08 commit 15eb283

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.external

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
xamarin/monodroid:fastdevv2@eec40d25b44273888bf4f4d6351974d8cfc5d875
1+
xamarin/monodroid:fastdevv2@9eb040ae8dd8b703c2466e2c24bf10ef4df9aa65
22
mono/mono:2020-02@075c3f06197e3b969f4234d0f56a2e10ee6ee305
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Fast Deployment Updates.
2+
3+
As part of this update the fast deplyment system used for Debugging apps has
4+
been changed. The shared runtime is now no longer used or required.
5+
The Platform package has also been make obsolete.
6+
7+
The new system also no longer uses the `external` drive for the fast deployment
8+
files. All of the files and tooling are now stored in the applications' `internal`
9+
directory. This has an advantage in that when the application is uninstalled all
10+
if the files and the tooling will be removed as well.
11+
12+
The new system will not work on any devices older than API 21. This is because it
13+
relys on features that only work from API 21 onwards. Also API 21 is the lowest
14+
supported platform for the runtime, so running and debugging on older devices will
15+
be impossible.

0 commit comments

Comments
 (0)