Skip to content

Commit 5736829

Browse files
committed
v2.0.8
1 parent 3879d3d commit 5736829

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Jitpack package repository - ESCPOS-ThermalPrinter-Android v2.0.7](https://jitpack.io/v/DantSu/ESCPOS-ThermalPrinter-Android.svg)](https://jitpack.io/#DantSu/ESCPOS-ThermalPrinter-Android/2.0.7)
1+
[![Jitpack package repository - ESCPOS-ThermalPrinter-Android v2.0.8](https://jitpack.io/v/DantSu/ESCPOS-ThermalPrinter-Android.svg)](https://jitpack.io/#DantSu/ESCPOS-ThermalPrinter-Android/2.0.8)
22
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
33

44
# Android library for ESC/POS Thermal Printer
@@ -59,7 +59,7 @@ To test this library, it's pretty simple !
5959

6060
## Installation
6161

62-
**Step 1.** Add the [JitPack](https://jitpack.io/#DantSu/ESCPOS-ThermalPrinter-Android/2.0.7) repository to your build file. Add it in your root `/build.gradle` at the end of repositories:
62+
**Step 1.** Add the [JitPack](https://jitpack.io/#DantSu/ESCPOS-ThermalPrinter-Android/2.0.8) repository to your build file. Add it in your root `/build.gradle` at the end of repositories:
6363

6464
```
6565
allprojects {
@@ -75,7 +75,7 @@ allprojects {
7575
```
7676
dependencies {
7777
...
78-
implementation 'com.github.DantSu:ESCPOS-ThermalPrinter-Android:2.0.7'
78+
implementation 'com.github.DantSu:ESCPOS-ThermalPrinter-Android:2.0.8'
7979
}
8080
```
8181

escposprinter/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Jitpack package repository - ESCPOS-ThermalPrinter-Android v2.0.7](https://jitpack.io/v/DantSu/ESCPOS-ThermalPrinter-Android.svg)](https://jitpack.io/#DantSu/ESCPOS-ThermalPrinter-Android/2.0.7)
1+
[![Jitpack package repository - ESCPOS-ThermalPrinter-Android v2.0.8](https://jitpack.io/v/DantSu/ESCPOS-ThermalPrinter-Android.svg)](https://jitpack.io/#DantSu/ESCPOS-ThermalPrinter-Android/2.0.8)
22
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
33

44
# Android library for ESC/POS Thermal Printer
@@ -59,7 +59,7 @@ To test this library, it's pretty simple !
5959

6060
## Installation
6161

62-
**Step 1.** Add the [JitPack](https://jitpack.io/#DantSu/ESCPOS-ThermalPrinter-Android/2.0.7) repository to your build file. Add it in your root `/build.gradle` at the end of repositories:
62+
**Step 1.** Add the [JitPack](https://jitpack.io/#DantSu/ESCPOS-ThermalPrinter-Android/2.0.8) repository to your build file. Add it in your root `/build.gradle` at the end of repositories:
6363

6464
```
6565
allprojects {
@@ -75,7 +75,7 @@ allprojects {
7575
```
7676
dependencies {
7777
...
78-
implementation 'com.github.DantSu:ESCPOS-ThermalPrinter-Android:2.0.7'
78+
implementation 'com.github.DantSu:ESCPOS-ThermalPrinter-Android:2.0.8'
7979
}
8080
```
8181

0 commit comments

Comments
 (0)