Skip to content

Commit

Permalink
Merge pull request #165 from cashapp/alvin/trifle-jvm-android-release
Browse files Browse the repository at this point in the history
Update jvm/android release for 0.2.7
  • Loading branch information
alvinsee authored Sep 20, 2023
2 parents 64cbc41 + 102da74 commit b8a5292
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.6")
assertEquals(versionString, "0.2.7")
}

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

0 comments on commit b8a5292

Please sign in to comment.