Skip to content

Commit

Permalink
Updating VERSION_CODE and VERSION_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuppan committed Jan 1, 2024
1 parent a361778 commit b38eeb4
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 = 12
const val VERSION_NAME = "1.0.12"
const val VERSION_CODE = 13
const val VERSION_NAME = "1.0.13"

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

Expand Down

0 comments on commit b38eeb4

Please sign in to comment.