Skip to content

Commit

Permalink
fix broken downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
nonproto committed Mar 17, 2023
1 parent 0db0e06 commit c15ab42
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 = 183
const val versionName = "2.12.9"
const val versionCode = 184
const val versionName = "2.12.9.1"
}

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

0 comments on commit c15ab42

Please sign in to comment.