Commit 5849bfb
committed
Self-manage Andorid SDK on Travis
Travis uses the deprecated `android` CI to install the Android SDK. Unfortunatelly, at this point that outdated too is unable to install the latest version of the "Google Repository" Android SDK component. Switching to managing the Androd SDK by hand on Travis. That way, we can use `sdkmanager` (one of the replacements for `android`) and downlaod the latest versions of the Andorid SDK components.
This change is required to update the plugin dependencies to the latest versions (flutter#141), which require the latest "Google Repository" version.1 parent 2588a38 commit 5849bfb
1 file changed
+16
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | 51 | | |
66 | 52 | | |
67 | 53 | | |
| |||
70 | 56 | | |
71 | 57 | | |
72 | 58 | | |
| 59 | + | |
73 | 60 | | |
74 | 61 | | |
75 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
81 | | - | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
0 commit comments