File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ that we can provide a better library/API for them. Please, feel free to share if
4747## Installation
4848
4949The library is available
50- from [ Maven Central] ( https://search.maven.org/artifact/io.github.g0dkar/qrcode-kotlin/4.3.0 /qrcode-kotlin )
50+ from [ Maven Central] ( https://search.maven.org/artifact/io.github.g0dkar/qrcode-kotlin/4.4.1 /qrcode-kotlin )
5151and [ NPM JS] ( https://www.npmjs.com/package/qrcode-kotlin ) , so you can add it to your project as a dependency like any
5252other:
5353
5454** Gradle:**
5555
5656``` groovy
57- implementation("io.github.g0dkar:qrcode-kotlin:4.3.0 ")
57+ implementation("io.github.g0dkar:qrcode-kotlin:4.4.1 ")
5858```
5959
6060** Maven:**
@@ -63,14 +63,14 @@ implementation("io.github.g0dkar:qrcode-kotlin:4.3.0")
6363<dependency >
6464 <groupId >io.github.g0dkar</groupId >
6565 <artifactId >qrcode-kotlin-jvm</artifactId > <!-- or qrcode-kotlin-android -->
66- <version >4.3.0 </version >
66+ <version >4.4.1 </version >
6767</dependency >
6868```
6969
7070** NodeJS:**
7171
7272``` shell
73- npm install qrcode-kotlin@4.3.0
73+ npm install qrcode-kotlin@4.4.1
7474```
7575
7676** Browser:**
Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ Por favor, sinta-se livre para compartilhar se e como você utiliza este projeto
4242## Instalação
4343
4444A biblioteca está disponível através
45- da [ Maven Central] ( https://search.maven.org/artifact/io.github.g0dkar/qrcode-kotlin/4.3.0 /qrcode-kotlin ) e
45+ da [ Maven Central] ( https://search.maven.org/artifact/io.github.g0dkar/qrcode-kotlin/4.4.1 /qrcode-kotlin ) e
4646do [ NPM JS] ( https://www.npmjs.com/package/qrcode-kotlin ) , portanto basta adicioná-la a seu projeto como qualquer outra:
4747
4848** Gradle:**
4949
5050``` groovy
5151// Use esse tanto para Android quanto para a JVM
52- implementation("io.github.g0dkar:qrcode-kotlin:4.3.0 ")
52+ implementation("io.github.g0dkar:qrcode-kotlin:4.4.1 ")
5353```
5454
5555** Maven - JVM:**
@@ -58,7 +58,7 @@ implementation("io.github.g0dkar:qrcode-kotlin:4.3.0")
5858<dependency >
5959 <groupId >io.github.g0dkar</groupId >
6060 <artifactId >qrcode-kotlin-jvm</artifactId >
61- <version >4.3.0 </version >
61+ <version >4.4.1 </version >
6262</dependency >
6363```
6464
@@ -68,14 +68,14 @@ implementation("io.github.g0dkar:qrcode-kotlin:4.3.0")
6868<dependency >
6969 <groupId >io.github.g0dkar</groupId >
7070 <artifactId >qrcode-kotlin-android</artifactId >
71- <version >4.3.0 </version >
71+ <version >4.4.1 </version >
7272</dependency >
7373```
7474
7575** NodeJS:**
7676
7777``` shell
78- npm install qrcode-kotlin@4.3.0
78+ npm install qrcode-kotlin@4.4.1
7979```
8080
8181** Browser:**
You can’t perform that action at this time.
0 commit comments