Skip to content

Commit 5c32e3e

Browse files
committed
update jitpack config
1 parent c1b09a2 commit 5c32e3e

4 files changed

Lines changed: 12 additions & 10 deletions

File tree

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 v3.3.2](https://jitpack.io/v/DantSu/ESCPOS-ThermalPrinter-Android.svg)](https://jitpack.io/#DantSu/ESCPOS-ThermalPrinter-Android/3.3.2)
1+
[![Jitpack package repository - ESCPOS-ThermalPrinter-Android v3.3.0](https://jitpack.io/v/DantSu/ESCPOS-ThermalPrinter-Android.svg)](https://jitpack.io/#DantSu/ESCPOS-ThermalPrinter-Android/3.3.0)
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
@@ -60,7 +60,7 @@ To test this library, it's pretty simple !
6060

6161
## Installation
6262

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

6565
```
6666
allprojects {
@@ -76,7 +76,7 @@ allprojects {
7676
```
7777
dependencies {
7878
...
79-
implementation 'com.github.DantSu:ESCPOS-ThermalPrinter-Android:3.3.2'
79+
implementation 'com.github.DantSu:ESCPOS-ThermalPrinter-Android:3.3.0'
8080
}
8181
```
8282

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
mavenCentral()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:7.4.2'
8+
classpath 'com.android.tools.build:gradle:7.3.1'
99
}
1010
}
1111

escposprinter/build.gradle

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
apply plugin: 'com.android.library'
2-
apply plugin: 'maven-publish'
1+
plugins {
2+
id 'com.android.library'
3+
id 'maven-publish'
4+
}
35

4-
def libraryVersionCode = 3003002
5-
def libraryVersionName = "3.3.2"
6+
def libraryVersionCode = 3003000
7+
def libraryVersionName = "3.3.0"
68

79
android {
810
compileSdkVersion 33
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed May 03 09:47:29 CEST 2023
1+
#Wed May 03 12:31:57 CEST 2023
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)