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 Jan 8, 2024
1 parent d6d4e2f commit 5252a79
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 = 13
const val VERSION_NAME = "1.0.13"
const val VERSION_CODE = 14
const val VERSION_NAME = "1.0.14"

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

Expand Down

0 comments on commit 5252a79

Please sign in to comment.