Skip to content

Commit 6639458

Browse files
committed
Update the readme with publishing guide12
1 parent ec4ffbf commit 6639458

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ Your project will also need to authenticate with Maven Central to upload artifac
132132

133133
The output will look like the example below, containing a username and a password. Store this information securely, as it can’t be viewed again on the Central Portal. If you lose these credentials, you’ll need to generate new ones later.
134134

135-
| `<server>`<br>` <id>${server}</id>`<br>` <username>l3nfaPmz</username>`<br>` <password<gh9jT9XfnGtUngWTZwTu/8241keYdmQpipqLPRKeDLTh</password>`<br>` </server>` |
136-
|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
135+
| `<server>`<br>` <id>${server}</id>`<br>` <username>l3nfaPmz</username>`<br>` <password<gh9jT9XfnGtUngWTZwTu/8241keYdmQpipqLPRKeDLTh</password>`<br>`</server>` |
136+
|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
137137

138138
### Configure the project
139139

@@ -143,8 +143,8 @@ If you started developing your library from a template project, this is a good t
143143

144144
If you have an Android target in your project, you should follow the [steps to prepare your Android library release](https://developer.android.com/build/publish-library/prep-lib-release). This, at a minimum, requires you to [specify an appropriate namespace](https://developer.android.com/build/publish-library/prep-lib-release#choose-namespace) for your library, so that a unique R class will be generated when their resources are compiled. Notice that the namespace is different from the Maven namespace created in the [Register a namespace](#register-a-namespace) section above.
145145

146-
| `android {`<br>` namespace = "io.github.kotlinhandson.fibonacci"`<br>` }` |
147-
| :---- |
146+
| `android {`<br>` namespace = "io.github.kotlinhandson.fibonacci"`<br>`}` |
147+
|:-----------------------------------------------------------------------------|
148148

149149
#### Set up the publishing plugin
150150

0 commit comments

Comments
 (0)