Skip to content

Commit

Permalink
update android version to 0.2.6 for release (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadphly authored Sep 12, 2023
1 parent a11032d commit 550e822
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.5")
assertEquals(versionString, "0.2.6")
}

@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.5
VERSION_NAME=0.2.6
VERSION_CODE=0
# Required to publish to Nexus (Default timeout is 1 minute)
SONATYPE_CONNECT_TIMEOUT_SECONDS=120

0 comments on commit 550e822

Please sign in to comment.