Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
djordjeh committed Feb 15, 2024
2 parents 665b48c + 6ea21c1 commit 5a0eac1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/ConfigData.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object ConfigData {
const val applicationId = "de.tillhub.printengine"
const val minSdkVersion = 21
const val targetSdkVersion = 34
const val versionName = "1.6.0"
const val versionName = "1.6.1"

val JAVA_VERSION = JavaVersion.VERSION_17
val JVM_TARGET = JAVA_VERSION.toString()
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/tillhub/printengine/data/PrinterState.kt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sealed class PrinterState {
object ConnectionLost : Error()

/** Printer was not detected / does not exist */
object NotAvailable : PrinterState()
object NotAvailable : Error()

/** Abnormal communication / printer hardware interface is abnormal */
object AbnormalCommunication : Error()
Expand Down

0 comments on commit 5a0eac1

Please sign in to comment.