Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
nonproto committed Jun 1, 2022
1 parent 5aa93fd commit 78b6eb4
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 = 143
const val versionName = "2.9.1"
const val versionCode = 144
const val versionName = "2.9.1.1"
}

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

0 comments on commit 78b6eb4

Please sign in to comment.