Skip to content

Commit

Permalink
2.8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nonproto committed Jan 27, 2022
1 parent d257994 commit 3172434
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 = 139
const val versionName = "2.8.0"
const val versionCode = 140
const val versionName = "2.8.0.1"
}

plugins {
Expand Down

0 comments on commit 3172434

Please sign in to comment.