diff --git a/README.md b/README.md index cb6a7d9..3745cb1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![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) +[![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) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) # Android library for ESC/POS Thermal Printer @@ -60,7 +60,7 @@ To test this library, it's pretty simple ! ## Installation -**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: +**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: ``` allprojects { @@ -76,7 +76,7 @@ allprojects { ``` dependencies { ... - implementation 'com.github.DantSu:ESCPOS-ThermalPrinter-Android:3.3.2' + implementation 'com.github.DantSu:ESCPOS-ThermalPrinter-Android:3.3.0' } ``` diff --git a/build.gradle b/build.gradle index 10e8b33..1fd842c 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:7.4.2' + classpath 'com.android.tools.build:gradle:7.3.1' } } diff --git a/escposprinter/build.gradle b/escposprinter/build.gradle index daa65c2..3105cac 100644 --- a/escposprinter/build.gradle +++ b/escposprinter/build.gradle @@ -1,8 +1,10 @@ -apply plugin: 'com.android.library' -apply plugin: 'maven-publish' +plugins { + id 'com.android.library' + id 'maven-publish' +} -def libraryVersionCode = 3003002 -def libraryVersionName = "3.3.2" +def libraryVersionCode = 3003000 +def libraryVersionName = "3.3.0" android { compileSdkVersion 33 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 80018c0..c73700e 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Wed May 03 09:47:29 CEST 2023 +#Wed May 03 12:31:57 CEST 2023 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME