Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nonproto committed Jan 19, 2023
1 parent b03783d commit e2fcb49
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 = 179
const val versionName = "2.12.5"
const val versionCode = 180
const val versionName = "2.12.6"
}

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

0 comments on commit e2fcb49

Please sign in to comment.