Skip to content

Commit c518bbe

Browse files
committed
Actualize Read Me
1 parent 419e7fd commit c518bbe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.markdown

+7
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Contributors (historical order..):
5050
- Edda Björk Konráðsdóttir, Android 7.1 API 25
5151
- Alexander Berezovsky https://github.com/alezandr - Android API 15 & 25 sources
5252
- Alix Warnke, Android 8.0 API 26
53+
- Zsolt Fatér, https://github.com/zsoltii - Android 8.1 API 27, Android 9.0 API 28, adding repositories/extras-m2repository, fixes for add-ons
5354

5455
The Maven Android SDK Deployer is a helper maven project that can be
5556
used to install the libraries necessary to build Android applications
@@ -127,6 +128,8 @@ To install only a certain sdk level use
127128
mvn install -P 7.0
128129
mvn install -P 7.1
129130
mvn install -P 8.0
131+
mvn install -P 8.1
132+
mvn install -P 9.0
130133
mvn install -P MNC
131134

132135
As a result you should find the android.jar and maps.jar and a number of other
@@ -163,6 +166,10 @@ with versions of
163166
<version>5.1_r1</version>
164167
<version>6.0_r3</version>
165168
<version>7.0_r2</version>
169+
<version>7.1.1_r3</version>
170+
<version>8.0.0_r2</version>
171+
<version>8.1.0_r3</version>
172+
<version>9_r6</version>
166173
```
167174

168175
For the maps add ons use a dependency

0 commit comments

Comments
 (0)