Skip to content

Commit

Permalink
2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nonproto committed Dec 27, 2021
1 parent a44bb37 commit a12fdb5
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 = 135
const val versionName = "2.7.2"
const val versionCode = 136
const val versionName = "2.7.3"
}

plugins {
Expand Down

0 comments on commit a12fdb5

Please sign in to comment.