Skip to content

Commit

Permalink
bump up android jvm version release to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gadphly committed Aug 18, 2023
1 parent a622be1 commit deac911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ internal class LibraryVersionUnitTest {
val libraryVersion = LibraryVersion()
val versionString = libraryVersion.complete()

assertEquals(versionString, "0.2.2")
assertEquals(versionString, "0.2.3")
}

@Test
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
android.useAndroidX=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
VERSION_NAME=0.2.2
VERSION_NAME=0.2.3
VERSION_CODE=0
# Required to publish to Nexus (Default timeout is 1 minute)
SONATYPE_CONNECT_TIMEOUT_SECONDS=120

0 comments on commit deac911

Please sign in to comment.