Skip to content

Commit

Permalink
Updating VERSION_NAME & VERSION_CODE
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuppan committed Jun 2, 2024
1 parent 25665f8 commit 28c5d1a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ const val TARGET_SDK = 34
const val COMPILE_SDK: Int = 34
const val MIN_SDK = 21

const val VERSION_CODE = 20
const val VERSION_NAME = "1.2.0"
const val VERSION_CODE = 21
const val VERSION_NAME = "1.2.1"

const val BENCHMARK_RUNNER = "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 28c5d1a

Please sign in to comment.