Skip to content

Commit

Permalink
Update version printer
Browse files Browse the repository at this point in the history
  • Loading branch information
ldavidsp committed Dec 23, 2023
1 parent 0132b7c commit 33d13bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions printer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ plugins {
id 'maven-publish'
}

def libraryVersionCode = 209
def libraryVersionName = "2.0.9"
def libraryVersionCode = 210
def libraryVersionName = "2.1.0"

android {
compileSdk 34
Expand Down Expand Up @@ -35,7 +35,7 @@ android {
}

dependencies {
implementation('com.github.ldavidsp:ESCPOS-ThermalPrinter-Android:3.3.3')
implementation('com.github.ldavidsp:ESCPOS-ThermalPrinter-Android:3.4.0')
}

afterEvaluate {
Expand Down

0 comments on commit 33d13bb

Please sign in to comment.