Skip to content

Commit

Permalink
README bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellins-swile committed Nov 28, 2023
1 parent 3347ffa commit ea6729d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ that we can provide a better library/API for them. Please, feel free to share if
## Installation

The library is available
from [Maven Central](https://search.maven.org/artifact/io.github.g0dkar/qrcode-kotlin/4.0.6/qrcode-kotlin)
from [Maven Central](https://search.maven.org/artifact/io.github.g0dkar/qrcode-kotlin/4.0.7/qrcode-kotlin)
and [NPM JS](https://www.npmjs.com/package/qrcode-kotlin), so you can add it to your project as a dependency like any
other:

**Gradle:**

```groovy
implementation("io.github.g0dkar:qrcode-kotlin:4.0.6")
implementation("io.github.g0dkar:qrcode-kotlin:4.0.7")
```

**Maven:**
Expand All @@ -55,14 +55,14 @@ implementation("io.github.g0dkar:qrcode-kotlin:4.0.6")
<dependency>
<groupId>io.github.g0dkar</groupId>
<artifactId>qrcode-kotlin-jvm</artifactId> <!-- or qrcode-kotlin-android -->
<version>4.0.6</version>
<version>4.0.7</version>
</dependency>
```

**NodeJS:**

```shell
npm install [email protected].6
npm install [email protected].7
```

**Browser:**
Expand Down Expand Up @@ -159,7 +159,7 @@ The main changes coming from `v3.3.0` are:
3. A bunch of optimizations on how the QRCode is drawn. Previously, we'd had a canvas for each square, which would then
be copied into the QRCode. This was changed to have just one large canvas where each square will be individually
drawn directly.
4. ![Experimental](https://img.shields.io/badge/Experimental-critical) iOS and tvOS Support: Starting from `v4.0.6` an
4. ![Experimental](https://img.shields.io/badge/Experimental-critical) iOS and tvOS Support: Starting from `v4.0.7` an
initial implementation of the `QRCodeGraphics` so that iOS and tvOS are now supported. **Any and
all [feedback](https://github.com/g0dkar/qrcode-kotlin/issues/85) are very welcome!**

Expand All @@ -179,6 +179,8 @@ QR Code is trademarked by Denso Wave, Inc.
* [Doomsdayrs](https://github.com/Doomsdayrs): For pointing out how the library could be improved using Kotlin
Multiplatform, and helping out implementing it into the project.
* An awesome, furry friend for all the support through all these years :)
* [ruicanas](https://github.com/ruicanas): For not only pointing out some issues with the iOS implementation, but also
fixing them! Thank you so much ^^

## Support and Links

Expand Down
2 changes: 2 additions & 0 deletions README.pt-br.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ QR Code é marca registrada de Denso Wave, Inc.
* [Renan Lukas](https://github.com/RenanLukas): Por sua amizade, paciência e ajuda com Android, Gradle e várias outras coisas mais durante o desenvolvimento das versões v2.0.0 e v3.0.0!
* [Doomsdayrs](https://github.com/Doomsdayrs): Por apontar como a biblioteca podería melhorar se tornando um projeto KMP, entre outras contribuições.
* Um incrível e peludo amigo por todo o suporte através dos anos :)
* [ruicanas](https://github.com/ruicanas): Por não apenas apontar problemas com a implementação iOS, mas resolvê-los
também! Muito obrigado ^^

## Suporte e Links

Expand Down

0 comments on commit ea6729d

Please sign in to comment.