Skip to content

Commit

Permalink
Fix bug with connecting to bonded printer
Browse files Browse the repository at this point in the history
  • Loading branch information
skyestudiosDev committed May 24, 2024
1 parent 728f6c0 commit 41f73c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ android {
@Suppress("UnstableApiUsage")
mavenPublishing {
publishToMavenCentral(SonatypeHost.S01, true)
val versionTxt = "0.0.4"
val versionTxt = "0.0.5"
val isDev = findProperty("env")?.equals("dev") ?: false
val version = if (isDev) "0.0.1-SNAPSHOT" else versionTxt

Expand Down

0 comments on commit 41f73c3

Please sign in to comment.