Skip to content

Commit

Permalink
Update the readme with publishing guide12
Browse files Browse the repository at this point in the history
  • Loading branch information
pahill committed Oct 7, 2024
1 parent ec4ffbf commit 6639458
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ Your project will also need to authenticate with Maven Central to upload artifac

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.

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

### Configure the project

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

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.

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

#### Set up the publishing plugin

Expand Down

0 comments on commit 6639458

Please sign in to comment.