Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nonproto committed Dec 14, 2022
1 parent ba268c8 commit 7a649d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ object Configs {
const val minSdkVersion = 24
const val targetSdkVersion = 30
const val testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
const val versionCode = 175
const val versionName = "2.12.1"
const val versionCode = 176
const val versionName = "2.12.2"
}

fun getBuildTime() = DateTimeFormatter.ISO_DATE_TIME.format(LocalDateTime.now(ZoneOffset.UTC))
Expand Down

0 comments on commit 7a649d8

Please sign in to comment.