Skip to content

Commit

Permalink
Add new version 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ldavidsp committed Sep 26, 2023
1 parent afd5c09 commit 0132b7c
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 = 208
def libraryVersionName = "2.0.8"
def libraryVersionCode = 209
def libraryVersionName = "2.0.9"

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

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

afterEvaluate {
Expand Down

0 comments on commit 0132b7c

Please sign in to comment.